Skip to content

Instantly share code, notes, and snippets.

@grischard
Created February 3, 2023 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grischard/e979608f9fcbe838f52cff2eb26d0543 to your computer and use it in GitHub Desktop.
Save grischard/e979608f9fcbe838f52cff2eb26d0543 to your computer and use it in GitHub Desktop.
Running strings on WoHumi_V20.bin, debug version
WoHumi
12:34:27
May 11 2022
v4.0.3-215-gbe7df8bce9-dirty
=o6r
esp_task_wdt_init(CONFIG_ESP_TASK_WDT_TIMEOUT_S, false)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/cpu_start.c
esp_task_wdt_add(idle_0)
esp_task_wdt_add(idle_1)
err == ESP_OK && "Failed to init pthread module!"
flash_ret == ESP_OK
main
res == pdTRUE
cpu_start
[0;32mI (%d) %s: Starting scheduler on PRO CPU.
[0;32mI (%d) %s: Starting scheduler on APP CPU.
[0;32mI (%d) %s: App cpu up.
[0;32mI (%d) %s: Pro cpu up.
[0;32mI (%d) %s: Application information:
[0;32mI (%d) %s: Project name: %s
[0;32mI (%d) %s: App version: %s
[0;32mI (%d) %s: Compile time: %s %s
[0;32mI (%d) %s: ELF file SHA256: %s...
[0;32mI (%d) %s: ESP-IDF: %s
[0;31mE (%d) %s: Running on single core chip, but application is built with dual core support.
[0;31mE (%d) %s: Please enable CONFIG_FREERTOS_UNICORE option in menuconfig.
[0;32mI (%d) %s: Starting app cpu, entry point is %p
[0;32mI (%d) %s: Pro cpu start user code
main_task
start_cpu0_default
core_id<portNUM_PROCESSORS
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/crosscore_int.c
err == ESP_OK
esp_crosscore_int_send
esp_crosscore_int_init
[0;33mW (%d) %s: 32 kHz XTAL not found, switching to internal 150 kHz oscillator
rtc_clk_xtal_freq_get() != RTC_XTAL_FREQ_AUTO
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/clk.c
esp_clk_init
svd != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/intr_alloc.c
!((vd->flags&VECDESC_FL_SHARED)&&(vd->flags&VECDESC_FL_NONSHARED))
esp_intr_disable
is_vect_desc_usable
find_desc_for_source
uxTaskGetStackHighWaterMark(NULL) > 128
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/dport_access.c
dport
dport_access_init_core
esp_dport_access_int_init
esp_dport_access_stall_other_cpu_end
Brownout detector was triggered
rtc_isr_register(rtc_brownout_isr_handler, NULL, RTC_CNTL_BROWN_OUT_INT_ENA_M)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/brownout.c
esp_brownout_init
task_wdt
[0;31mE (%d) %s: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
[0;31mE (%d) %s: - %s (%s)
[0;31mE (%d) %s: %s
[0;31mE (%d) %s: CPU %d: %s
[0;31mE (%d) %s: Aborting.
[0;31mE (%d) %s: Print CPU %d (current core) backtrace
[0;31mE (%d) %s: Print CPU %d backtrace
esp_intr_alloc(ETS_TG0_WDT_LEVEL_INTR_SOURCE, 0, task_wdt_isr, NULL, &twdt_config->intr_handle)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/task_wdt.c
esp_register_freertos_idle_hook_for_cpu(idle_hook_cb, i)
esp_task_wdt_add
esp_task_wdt_init
buf != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/hw_random.c
esp_fill_random
system_api
[0;31mE (%d) %s: Base MAC address is NULL
[0;32mI (%d) %s: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
[0;31mE (%d) %s: Base MAC address from BLK0 of EFUSE CRC error, efuse_crc = 0x%02x; calc_crc = 0x%02x
[0;31mE (%d) %s: mac address param is NULL
[0;31mE (%d) %s: mac type is incorrect
[0;33mW (%d) %s: incorrect mac type
ETSTimer
esp_timer_create(&create_args, (esp_timer_handle_t*)&(ptimer->timer_arg))
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_common/src/ets_timer_legacy.c
timer_initialized(ptimer)
esp_timer_start_once(ESP_TIMER(ptimer), time_us)
esp_timer_start_periodic(ESP_TIMER(ptimer), time_us)
ets_timer_arm
ets_timer_arm_us
ets_timer_setfn
cpuid == xPortGetCoreID()
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_common/src/ipc.c
ipc%d
ipc_task
esp_ipc_init
ERROR
ESP_FAIL
ESP_OK
ESP_ERR_NO_MEM
ESP_ERR_INVALID_ARG
ESP_ERR_INVALID_STATE
ESP_ERR_INVALID_SIZE
ESP_ERR_NOT_FOUND
ESP_ERR_NOT_SUPPORTED
ESP_ERR_TIMEOUT
ESP_ERR_INVALID_RESPONSE
ESP_ERR_INVALID_CRC
ESP_ERR_INVALID_VERSION
ESP_ERR_INVALID_MAC
ESP_ERR_NVS_BASE
ESP_ERR_NVS_NOT_INITIALIZED
ESP_ERR_NVS_NOT_FOUND
ESP_ERR_NVS_TYPE_MISMATCH
ESP_ERR_NVS_READ_ONLY
ESP_ERR_NVS_NOT_ENOUGH_SPACE
ESP_ERR_NVS_INVALID_NAME
ESP_ERR_NVS_INVALID_HANDLE
ESP_ERR_NVS_REMOVE_FAILED
ESP_ERR_NVS_KEY_TOO_LONG
ESP_ERR_NVS_PAGE_FULL
ESP_ERR_NVS_INVALID_STATE
ESP_ERR_NVS_INVALID_LENGTH
ESP_ERR_NVS_NO_FREE_PAGES
ESP_ERR_NVS_VALUE_TOO_LONG
ESP_ERR_NVS_PART_NOT_FOUND
ESP_ERR_NVS_NEW_VERSION_FOUND
ESP_ERR_NVS_XTS_ENCR_FAILED
ESP_ERR_NVS_XTS_DECR_FAILED
ESP_ERR_NVS_XTS_CFG_FAILED
ESP_ERR_NVS_XTS_CFG_NOT_FOUND
ESP_ERR_NVS_ENCR_NOT_SUPPORTED
ESP_ERR_NVS_KEYS_NOT_INITIALIZED
ESP_ERR_NVS_CORRUPT_KEY_PART
ESP_ERR_NVS_CONTENT_DIFFERS
ESP_ERR_ULP_BASE
ESP_ERR_ULP_SIZE_TOO_BIG
ESP_ERR_ULP_INVALID_LOAD_ADDR
ESP_ERR_ULP_DUPLICATE_LABEL
ESP_ERR_ULP_UNDEFINED_LABEL
ESP_ERR_ULP_BRANCH_OUT_OF_RANGE
ESP_ERR_OTA_BASE
ESP_ERR_OTA_PARTITION_CONFLICT
ESP_ERR_OTA_SELECT_INFO_INVALID
ESP_ERR_OTA_VALIDATE_FAILED
ESP_ERR_OTA_SMALL_SEC_VER
ESP_ERR_OTA_ROLLBACK_FAILED
ESP_ERR_OTA_ROLLBACK_INVALID_STATE
ESP_ERR_EFUSE
ESP_OK_EFUSE_CNT
ESP_ERR_EFUSE_CNT_IS_FULL
ESP_ERR_EFUSE_REPEATED_PROG
ESP_ERR_CODING
ESP_ERR_IMAGE_BASE
ESP_ERR_IMAGE_FLASH_FAIL
ESP_ERR_IMAGE_INVALID
ESP_ERR_WIFI_BASE
ESP_ERR_WIFI_NOT_INIT
ESP_ERR_WIFI_NOT_STARTED
ESP_ERR_WIFI_NOT_STOPPED
ESP_ERR_WIFI_IF
ESP_ERR_WIFI_MODE
ESP_ERR_WIFI_STATE
ESP_ERR_WIFI_CONN
ESP_ERR_WIFI_NVS
ESP_ERR_WIFI_MAC
ESP_ERR_WIFI_SSID
ESP_ERR_WIFI_PASSWORD
ESP_ERR_WIFI_TIMEOUT
ESP_ERR_WIFI_WAKE_FAIL
ESP_ERR_WIFI_WOULD_BLOCK
ESP_ERR_WIFI_NOT_CONNECT
ESP_ERR_WIFI_POST
ESP_ERR_WIFI_INIT_STATE
ESP_ERR_WIFI_STOP_STATE
ESP_ERR_WIFI_NOT_ASSOC
ESP_ERR_WIFI_TX_DISALLOW
ESP_ERR_WIFI_REGISTRAR
ESP_ERR_WIFI_WPS_TYPE
ESP_ERR_WIFI_WPS_SM
ESP_ERR_ESPNOW_BASE
ESP_ERR_ESPNOW_NOT_INIT
ESP_ERR_ESPNOW_ARG
ESP_ERR_ESPNOW_NO_MEM
ESP_ERR_ESPNOW_FULL
ESP_ERR_ESPNOW_NOT_FOUND
ESP_ERR_ESPNOW_INTERNAL
ESP_ERR_ESPNOW_EXIST
ESP_ERR_ESPNOW_IF
ESP_ERR_MESH_BASE
ESP_ERR_MESH_WIFI_NOT_START
ESP_ERR_MESH_NOT_INIT
ESP_ERR_MESH_NOT_CONFIG
ESP_ERR_MESH_NOT_START
ESP_ERR_MESH_NOT_SUPPORT
ESP_ERR_MESH_NOT_ALLOWED
ESP_ERR_MESH_NO_MEMORY
ESP_ERR_MESH_ARGUMENT
ESP_ERR_MESH_EXCEED_MTU
ESP_ERR_MESH_TIMEOUT
ESP_ERR_MESH_DISCONNECTED
ESP_ERR_MESH_QUEUE_FAIL
ESP_ERR_MESH_QUEUE_FULL
ESP_ERR_MESH_NO_PARENT_FOUND
ESP_ERR_MESH_NO_ROUTE_FOUND
ESP_ERR_MESH_OPTION_NULL
ESP_ERR_MESH_OPTION_UNKNOWN
ESP_ERR_MESH_XON_NO_WINDOW
ESP_ERR_MESH_INTERFACE
ESP_ERR_MESH_DISCARD_DUPLICATE
ESP_ERR_MESH_DISCARD
ESP_ERR_MESH_VOTING
ESP_ERR_TCPIP_ADAPTER_BASE
ESP_ERR_TCPIP_ADAPTER_INVALID_PARAMS
ESP_ERR_TCPIP_ADAPTER_IF_NOT_READY
ESP_ERR_TCPIP_ADAPTER_DHCPC_START_FAILED
ESP_ERR_TCPIP_ADAPTER_DHCP_ALREADY_STARTED
ESP_ERR_TCPIP_ADAPTER_DHCP_ALREADY_STOPPED
ESP_ERR_TCPIP_ADAPTER_NO_MEM
ESP_ERR_TCPIP_ADAPTER_DHCP_NOT_STOPPED
ESP_ERR_FLASH_BASE
ESP_ERR_FLASH_OP_FAIL
ESP_ERR_FLASH_OP_TIMEOUT
ESP_ERR_FLASH_NOT_INITIALISED
ESP_ERR_FLASH_UNSUPPORTED_HOST
ESP_ERR_FLASH_UNSUPPORTED_CHIP
ESP_ERR_FLASH_PROTECTED
ESP_ERR_HTTP_BASE
ESP_ERR_HTTP_MAX_REDIRECT
ESP_ERR_HTTP_CONNECT
ESP_ERR_HTTP_WRITE_DATA
ESP_ERR_HTTP_FETCH_HEADER
ESP_ERR_HTTP_INVALID_TRANSPORT
ESP_ERR_HTTP_CONNECTING
ESP_ERR_HTTP_EAGAIN
ESP_ERR_ESP_TLS_BASE
ESP_ERR_ESP_TLS_CANNOT_RESOLVE_HOSTNAME
ESP_ERR_ESP_TLS_CANNOT_CREATE_SOCKET
ESP_ERR_ESP_TLS_UNSUPPORTED_PROTOCOL_FAMILY
ESP_ERR_ESP_TLS_FAILED_CONNECT_TO_HOST
ESP_ERR_ESP_TLS_SOCKET_SETOPT_FAILED
ESP_ERR_MBEDTLS_CERT_PARTLY_OK
ESP_ERR_MBEDTLS_CTR_DRBG_SEED_FAILED
ESP_ERR_MBEDTLS_SSL_SET_HOSTNAME_FAILED
ESP_ERR_MBEDTLS_SSL_CONFIG_DEFAULTS_FAILED
ESP_ERR_MBEDTLS_SSL_CONF_ALPN_PROTOCOLS_FAILED
ESP_ERR_MBEDTLS_X509_CRT_PARSE_FAILED
ESP_ERR_MBEDTLS_SSL_CONF_OWN_CERT_FAILED
ESP_ERR_MBEDTLS_SSL_SETUP_FAILED
ESP_ERR_MBEDTLS_SSL_WRITE_FAILED
ESP_ERR_MBEDTLS_PK_PARSE_KEY_FAILED
ESP_ERR_MBEDTLS_SSL_HANDSHAKE_FAILED
ESP_ERR_MBEDTLS_SSL_CONF_PSK_FAILED
ESP_ERR_ESP_TLS_CONNECTION_TIMEOUT
ESP_ERR_HTTPS_OTA_BASE
ESP_ERR_HTTPS_OTA_IN_PROGRESS
ESP_ERR_PING_BASE
ESP_ERR_PING_INVALID_PARAMS
ESP_ERR_PING_NO_MEM
ESP_ERR_HTTPD_BASE
ESP_ERR_HTTPD_HANDLERS_FULL
ESP_ERR_HTTPD_HANDLER_EXISTS
ESP_ERR_HTTPD_INVALID_REQ
ESP_ERR_HTTPD_RESULT_TRUNC
ESP_ERR_HTTPD_RESP_HDR
ESP_ERR_HTTPD_RESP_SEND
ESP_ERR_HTTPD_ALLOC_MEM
ESP_ERR_HTTPD_TASK
@? 0
@?30
@?40
@?50
@?d0
@?e0
@?f0
@?g0
@?h0
@?i0
@?j0
@?k0
@?l0
@? @
, @?
T @?
@!@?
l!@?
!@?
8"@?
\"@?
4#@?
H#@?
\#@?
x#@?
$@?last
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_common/src/esp_timer.c
esp_timer
timer_task
timer_insert
DcC?
cal_version
cal_mac
phy_init
[0;31mE (%d) %s: %s: calibration data MAC check failed: expected %02x:%02x:%02x:%02x:%02x:%02x, found %02x:%02x:%02x:%02x:%02x:%02x
cal_data
[0;31mE (%d) %s: %s: failed to get cal_data(0x%x)
[0;31mE (%d) %s: %s: store calibration data failed(0x%x)
[0;31mE (%d) %s: %s: store calibration mac failed(0x%x)
[0;31mE (%d) %s: %s: store calibration version failed(0x%x)
[0;31mE (%d) %s: %s: store calibration nvs commit failed(0x%x)
[0;31mE (%d) %s: %s, invalid module parameter(%d), should be smaller than module count(%d)
[0;31mE (%d) %s: %s, RF should not be in enabled state if both Wi-Fi and BT are disabled
[0;33mW (%d) %s: %s, module (%d) has not been registered
[0;32mI (%d) %s: %s, multiple registration of module (%d)
[0;31mE (%d) %s: %s: NVS has not been initialized. Call nvs_flash_init before starting WiFi/BT.
[0;33mW (%d) %s: saving new calibration data because of checksum failure, mode(%d)
[0;32mI (%d) %s: %s, module (%d) has not been registered
[0;32mI (%d) %s: phy_version %s
[0;31mE (%d) %s: failed to allocate memory for RF calibration data
[0;31mE (%d) %s: failed to obtain PHY init data
[0;31mE (%d) %s: failed to allocate memory for phy init data
[0;33mW (%d) %s: failed to load RF calibration data (0x%x), falling back to full calibration
store_cal_data_to_nvs_handle
load_cal_data_from_nvs_handle
esp_phy_load_cal_data_from_nvs
esp_modem_sleep_deregister
esp_modem_sleep_register
esp_modem_sleep_exit
esp_modem_sleep_enter
esp_phy_rf_deinit
esp_phy_rf_init
PHB<84
wifi_init
[0;32mI (%d) %s: rx ba win: %d
[0;32mI (%d) %s: tcpip mbox: %d
[0;32mI (%d) %s: udp mbox: %d
[0;32mI (%d) %s: tcp mbox: %d
[0;32mI (%d) %s: tcp tx win: %d
[0;32mI (%d) %s: tcp rx win: %d
[0;32mI (%d) %s: tcp mss: %d
[0;32mI (%d) %s: WiFi IRAM OP enabled
[0;32mI (%d) %s: WiFi RX IRAM OP enabled
wifi
mesh
smartconfig
ESPNOW
[0;31mE (%d) %s: Wi-Fi not stop
[0;31mE (%d) %s: Failed to deinit Wi-Fi driver (0x%x)
[0;33mW (%d) %s: Failed to set default Wi-Fi event handlers (0x%x)
[0;31mE (%d) %s: Failed to init supplicant (0x%x)
[0;31mE (%d) %s: Failed to deinit Wi-Fi (0x%x)
WIFI_EVENT
ESP_%02X%02X%02X
init failed to wifi global lock
OS adapter function is NULL
OS adapter function version error! Version %d is expected, but it is %d
OS adapter function magic error! Magic %d is expected, but it is %d
2599303
Invalid OSI esp_wifi_os_adapter.h md5, internal: %s, idf: %s
0cb4229
Invalid WiFi esp_wifi_crypto_types.h md5, internal: %s, idf: %s
6b33518
Invalid WiFi esp_wifi_types.h md5, internal: %s, idf: %s
c58e5ca
Invalid WiFi esp_wifi.h md5, internal: %s, idf: %s
config is NULL
init: init is in progress
init: deinit is in progress
wifi deinit internal: wifi not stop
deinit: init is in progress
deinit: deinit is in progress
wifi stop: out of memory!
wifi stop stage2: out of memory!
TX Q not empty: %d, TXQ_BLOCK=%x
force witi stop
wifi stop stage3: out of memory!
scan is cancle
blocking scan timeout
get ap num=%d
wifi ipc: failed to post wifi task
[beacon]interval:%dms
[beacon]new interval:%dms
scan number is 0
no memory
mode : null
mode : sta (%02x:%02x:%02x:%02x:%02x:%02x)
mode : softAP (%02x:%02x:%02x:%02x:%02x:%02x)
mode : sta (%02x:%02x:%02x:%02x:%02x:%02x) + softAP (%02x:%02x:%02x:%02x:%02x:%02x)
e58bf82-remote
e58bf82
ieee80211_crypto.c
%s %d
MIC computation for BIP Failed(res=%d)
Invalid MMIE
BIP replay detected
MIC mismatch for the Bcast Mgmt frame(res=%d)
Expected CCMP frame from %02x:%02x:%02x:%02x:%02x:%02x did not have ExtIV bit set to 1
CCMP mgmt frame from %02x:%02x:%02x:%02x:%02x:%02x used non-zero reserved bit
CCMP replay detected: A1=%02x:%02x:%02x:%02x:%02x:%02x A2=%02x:%02x:%02x:%02x:%02x:%02x PN=%llu, RSC=%llu seq=%u
Failed to encrypt CCMP frame
%c (%d) %s:
HMAC RX:
%-3s %-8s %-8s %-6s %-6s %-5s
bcn/probe
mgmt
%-3s %-8u %-8u %-6u %-6u %-5u
auth
amsdu
action
deauth
assoc
HMAC TX:
ap_tx
sta_tx
%-8s %-8s %-6s %-6s %-6s %-6s %-7s %-5s %-5s
reorder
ps_uc1
psq_uc
psq_mc
psq_tx
%-8u %-8u %-6u %-6u %-6u %-7u %-5u
opmode:%d
sta nvs
ssid_len=%d
ssid:
%02x
password:
pmk:
channel:%d
auto_connect:%d
bssid_set:%d
bssid:
phy_mode:%d
phy_bw:%d
ap_num:%d
ap_index:%d
save ap%d
bssid_set=%d
ap nvs
ssid_len:%d
authmode:%d
ssid_hidden:%d
max_connection:%d
beacon_interval:%d
snd_ch:%d
cnx_mgr=%p, scanner=%p
sta_conn=%p, ap_conn=%p
phytype=%d protmode=0x%x
profile_filter=%d
flags=0x%x
txpowlimit=%d
flagthreshold=%d
lastdata=%u
appie
[%d]=%p is_static=%d
appie probereq=
%s=%p
appie assocreq
appie assocresp
appie wps_pr
appie mesh_quick
appie freq_error
appie esp_manufactor
appie countryie
user ies
userie beacon
userie probe_req
userie probe_resp
userie assoc_req
userie assoc_resp
vendor ies:
[%d][%d]=%p
bss list:
station list:
%02x:%02x:%02x:%02x:%02x:%02x %s %d %d %d
keys
%02x:%02x:%02x:%02x:%02x:%02x
[%d]=%p
tx buf
aid_bitmap=0x%x
tim_bitmap[%d]=0x%x
ic_countryie_refresh=0x%x
ic_wpa=%p ic_wpa2=%p ic_wps=%p
mt_key_mask[0]=0x%x [1]=0x%x
esp_now_flag=%d
enable_6m_rate=%d
user_fixedrate_mask=0x%x
user_fixed_rate=%d
user_limit_rate_mask=%d
ic_can_freedom_send=%d
bss_num=%d csa_state=%d csa_cnt=%d
ba rx session index:
index[%d]=%d
bss=%p bss_conn=%p
bssid: %02x:%02x:%02x:%02x:%02x:%02x
last_rx_ant=%d
uapsd=%d
datapolicy=%d
bss_wme_init=%d
bss_associd=%d
bss_intval=%d
bss_capinfo=0x%x
bss_erp=%d
bss_dtim_period=%d
bss_dtim_count=%d
bss_wpa_ie_len=%d
bss_phy_mode=%d
bss_op_phy_mode=%d
rates:
chanAccParams:
cap=0x%x
[%d] acm=%d aifsn=%d logcwmin=%d logcwmax=%d txoplimit=%d noackpolicy=%d
metrics avg=%d dt=%d last=%d utility=%d bias=%d age=%d pmk_valid=%d
channel num=%d width=%d
tx/rx seq
%3s %4s %4s
%3d %4u %4u
power save q:
psq_len=%d maxlen=%d drops=%d
psq prio#%d buffer, len=%d
ptk_index=%d gtk_index=%d
bss_last_recv_auth=%d
bss_gtk_index_array:%d %d %d %d
last rx time=%d
bss_ip=%d
htcap=0x%x htparam=0x%x htctlchan=%d ht2ndchan%d
bss_htopmode=%d stbc=%d
TX AMPDU
tid=%d tx_ampdu_bitmap=0x%x
last_smple_tick=%u tx_pkts=%u pps=%u
bss=%p
flags=0x%x ac=%d tid=%d token=%d lastsample=%d pkts=%d
txa_avgpps=%d txa_qbytes=%d txa_qframes=%d
seq start=%d seqpending=%d
txa_wnd=%d txa_attenpts=%d txa_nextrequest=%d
RX AMPDU
tid=%d
flags=0x%x qbytes=%d qframes=%d seqstart=%d
wnd=%d age=%d nframes=%d hw_index=%d
eb[%d]=%p
sta broadcast bss info:
esta[%d]
c=%p
netif=%p mac=%02x:%02x:%02x:%02x:%02x:%02x
mgd_probe_send_count=%d
ni_mlme_state=%u
ni_flags=0x%x
ni_authmode=0x%x
ni_jointime=%d
ni_challenge=%p
rx seq:
[%d]=%u
ni_rxfragstamp=%d
ni_ucastkey=%p ni_mcastkey=%p
sta_assoc_bss=%p sta_bcast_bss=%p
ni_ap_bss:
[%d]=%p
ni_gpsq=%d %d %d %d %d
ni_noise=%d
ni_timoff=%d
ni_inact=%d
ni_mcast_keyix=%d
ni_ucast_keyix=%d
opmode=%d
ni_hostap_private=%p
ni_connect_status=%d
ni_ap_started=%d
ni_sta_started=%d
ni_channel=%d %d
ni_flags_ht=0x%x
ni_htparam=0x%x
ni_htcaps=0x%x
ni_htextcaps=0x%x
ni_rxstream=%d
ni_txstream=%d
ni_phy_mode=%d
ni_user_sup_rate_bitmap=0x%x
ni_htopmode=0x%x
ht rates:
sta is null
ap is null
channel: %d %d
min_duration: %d
max_duration: %d
arg: %p
start_fn: %p
end_fn: %p
op_cb:%p
op_cb_arg:%p
op_lock:%d
op_priority:%d
state:%d
nchans:%d
home:%d %d
current:%d %d
channel list:
[%d] num=%d freq=%d maxpower=%d maxregpower=%d ch_flags=0x%x
enable sta ampdu rxba=%d, txba=%d
enable ap ampdu rxba=%d, txba=%d
disable sta ampdu
disable ap ampdu
bcn a f
ieee80211_hostap.c
b a f
inactive timer, bss(%p) is removed
inactive timer: now=%x last_rx_time=%x diff=%x, aid[%d]%02x:%02x:%02x:%02x:%02x:%02x leave
no bcast bss, send deauth: reason not authed(%d)
ap send AP_PROBEREQRECVED event
max connection, deauth!
ap recv assoc/reassoc request
IEEE80211 ELEMID RSN too big!
IEEE80211 ELEMID VENDOR too big!
ap recv deauth/disassoc from sta %02x:%02x:%02x:%02x:%02x:%02x, reason:%d
<MESH AP>adjust channel:%d, secondary channel offset:%d(%s)
<MESH STA>adjust channel:%d, secondary channel offset:%d(%s)
addba response invalid param
addba response cb: sta conn deleted
addba response cb: sta bss deleted
addba response cb: bssid change from %02x:%02x:%02x:%02x:%02x:%02x to %02x:%02x:%02x:%02x:%02x:%02x
addba response cb: ap conn deleted
addba response cb: ap bss deleted
ieee80211_ht.c
ba not setup
state wrong txa_flags=%x
token mismatch, expect=%d
invalid tid=%d
invalid free ba index=%d
mem fail
rap mem fail tid=%d
rxa_eb mem fail tid=%d
tap to index: null bss
tap to index: null conn
addba index: unknow conn=%p
failed to start addba timer
age_reorder: null rap
discard, invalid tid=%d
discard: fragments not support
ap channel adjust o:%u,%u n:%u,%u
new:<%d,%d>, old:<%d,%d>, ap:<%d,%d>, sta:<%d,%d>, prof:%d
scan in process, ignore set current channel
update channel
home channel=%d, new channel=%d
mcs set is empty!
invalid LLC/SNAP header, drop pkt!
ieee80211_input.c
set max rate: from <rate=%d, phy=%d, sig=%d> to <rate=%d, phy=%d sig=%d>
sig_b=%d, sig_g=%d, sig_n=%d, max_b=%d, max_g=%d, max_n=%d
update trc
alloc challenge: out of memory!
AP has neither DSSS parameter nor HT Information, drop it
illegal channel number in ap ds, drop it , dsss is %d
rsn: %s truncated
rsn: invalid version
rsn: end version
group cipher suite
rsn: end gcipher
pairwise cipher suite count
rsn: end pcipher counter
pairwise cipher suite
invalid pcipher
rsn: end pcipher
AKM suite count
AKM suite
PMKID count
PMKID list
Group Mgmt cipher suite
Unsupported Group Mgmt cipher %d
AP not PMF Capable when STA requires, reject profile
Group & Pairwise ciphers must be AES-CCM for PMF
invalid akm
AKM mismatch: AP is WPA2-PSK
AKM mismatch: AP is WPA2-Enterprise
RSNE no completed: akm=%d pairwise=%d
invalid wifi antenna gpio[%d] number: %d
wpa2 ent enable, invalid param(%p)
invalid wps type %d
invalid wps status %d
ioctl_process: invalid arg
ioctl_process: wifi thread sem NULL, potential bug, type=%d
stop scan
currently not support AP scan
Start wifi scan
Haven't to connect to a suitable AP now!
invalid param: number or ap_list is NULL
scan number 0
no mem
real_num=%d, expected_num=%d, scan_num=%d
STA is scanning or connecting, or AP has connected with external STAs, cannot set channel
ioctl: null param
ioctl: invalid cmd(%d)
ioctl: unsupported ioctl cmd=%d
authmode is WEP or WPA2_ENTERPRISE or wrong, %d
password less than 8
password convert fail
channel number is out of range
invalid rate: %d
can't set fix rate when tx ampdu is enabled
invalid ipc cfg
enable ht2040 coex
disable ht2040 coex
appie a f
[idx:%d]SSID:[%d]%s, PWD:%s
[idx:%d]PMK:%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x
sta is connecting, return error
in sleep state
connect status %d -> %d
sta_connect: invalid ssid
not in right mode, opmode=%d sniffer=%d
not sta mode, return true
Start wifi connect
filter: set rx policy=%d
Start wifi disconnect
current_router_id is %d
ieee80211_ioctl.c
flush txq
wifi stop stage error, stage=%d
rx_ba_win=%d tx_ba_win=%d
parameter config should not be NULL
invalid magic number %x, call WIFI_INIT_CONFIG_DEFAULT to init config
wpa crypto funcs expected size=%d version=%d, actual size=%d version=%d
static rx buf number %d is out of range
dynamic rx buf number %d is out of range
static tx buf number %d is out of range
dynamic tx buf number %d is out of range
tx buf type %d error
management short buf number %d is out of range
rx ba window %d error
invalid core id %d
In function %s, fail to register function!
disabled
init rx buffer number=%d, change to default %d
wifi firmware version: %s
config NVS flash: %s
config nano formating: %s
wifi init: invalid config
set country: cc=%c%c%c schan=%d nchan=%d policy=%d
invalid schan: %d
invalid nchan or schan=%d nchan=%d
invalid wifi antenna: rx=%d, tx=%d default=%d
If tx ant is WIFI_ANT_AUTO, also need to set rx ant to WIFI_ANT_AUTO
ioctl: failed to get wifi thread sem
ioctl: failed to post WiFi task %d
ioctl_register type:%d
wpa_crypto_funcs_init
invalid wifi nvs key index %d
nvs invalid min %d max %d
wifi nvs cfg already init
wifi nvs cfg alloc out of memory
opmode
sta.ssid
sta.mac
sta.authmode
sta.pswd
sta.pmk
sta.chan
auto.conn
bssid.set
sta.bssid
sta.lis_intval
sta.phym
sta.phybw
sta.apsw
sta.apinfo
sta.scan_method
sta.sort_method
sta.minrssi
sta.minauth
sta.pmf_e
sta.pmf_r
ap.ssid
ap.mac
ap.passwd
ap.pmk
ap.chan
ap.authmode
ap.hidden
ap.max.conn
bcn.interval
ap.phym
ap.phybw
ap.sndchan
ap.pmf_e
ap.pmf_r
lorate
sta restore TBC
ap restore TBC
wifi_nvs_set: wrong index
wifi_nvs_set: wrong value
wifi_nvs_set: unknow type=%d index=%d
wifi_nvs_set fail, index=%d ret=%d
wifi_nvs_load: no mem
wifi_nvs_load: index mismatch, i=%d index=%d
nvs.net80211
wifi osi_nvs_open fail ret=%d
init nvs: failed, ret=%x
@hmac tx: stop, discard
conn is released
tx op fail
ieee80211_output.c
hmac tx: post fail
buffer null
ieee80211_output_do: Packets larger than static buffer size, len = %d
m f, null data len=%d
m f probe req l=%d
m f auth
m f deauth
m f assoc req l=%d
m f assoc rsp l=%d
m f disassoc
invalid buffer
invalid buffer length: %d
invalid interface %d
invalid frame control, unsupport crypto frame
unsupport frame type: %x%x
unsupport QoS frame type: %x%x
en_sys_seq should be true to avoid side-effect to WiFi connection
invalid frame control, retry/power/frag/more data bit should not set
invalid frame control, sta->ap ToDS should be 1, FromDS should be 0
invalid frame control, ap->sta ToDS should be 0, FromDS should be 1
m f beacon l=%d
tx null, bss is null
m f null
lrbg
lrbgn
setup rate: out of memory!
ieee80211_phy.c
Total power save buffer number: %u
connect_bss: auth=%d, reconnect=%d
start 1s AUTH timer
scan operation: state=0x%x, chan<%d,%d>, arg=%p, status=%d
ieee80211_scan.c
passive scan, listen only
scan any ssid
scan specific ssid=%s
scan specific ssid=%s via LR
null wpa_parse_wpa_ie
hint=%d, act_dur=<%d,%d>, pas_dur=%d, nchans=%d history_num=%d
send eb=%p at home
clear tx_buf
cancel previous scan, ss_state=0x%x, just_scan=%d
ssid %p is NULL
ssid=%s mathch eap, scan %d channel firstly
history=%d, ssid=%s, channel=%d
ssid=%s match history %d, channel=%d
ssid=%s no mathch, scan 1 firstly
nvs=%d, ssid=%s, channel=%d
ssid=%s match nvs %d, channel=%d
scan histroy table is not full yet, add
update scan history ssid=%s, channel=%d
add ssid=%s, chan=%d to scan history
len=%d invalid, discard add ssid=%s, channel=%d
first chan=%d
rsn valid: gcipher=%d ucipher=%d akm=%d
wpa_config_parse_string is null
Invalid WEP key %s
clear scan ap list
scan_done: arg=%p, status=%d, cur_time=%d, scan_id=%d, scan state=%x
call scan_done cb, arg=%p
Send scan done event: status=%d, apnum=%d
scan: sta is null
perform scan: ss_state=0x%x, chan<%d,%d>, dur<%d,%d>
oper_channel: arg=%p time=%d
inter_channel_timeout: arg=%p, ss_state=0x%x
channel used
scan end: arg=%p, status=%d, ss_state=0x%x
find first mathched ssid, scan done
stop scan timer and scan, ss_state=0x%x
start scan timer
hint scan, stop scan
scan: failed to lock the channel, priority=%d
start scan: type=0x%x, priority=%d, cb=%p, arg=%p, ss_state=0x%x, time=%d, index=%d
scan not start, cnx_state=%d
set_scan_id=%d
get_scan_id=%d
rx 11g in channel %d
rx 40M intolerant in chan %d
illegal scan channel = %d, drop it
find matched ssid/bssid state
set terminate flag
find matched ssid state
find matched bssid
ssid not configure
Open AP, but we want an encrypted AP, ignore
Not our AP, security level doesn't match
bssid equal: ss_state=0x%x
profile match: ss_state=0x%x
Rxd SA Query resp with matching transaction id %x
Send SA Query resp with transaction id %x
Send SA Query req with transaction id %x
unknown
state: %s -> %s (%x)
recv deauth/disassoc, stop beacon/connect timer
stop beacon/connect timer, send diassoc for 4 way handshake timeout(%d)
send diassoc for beacon timeout(%d)
stop beacon/connect timer, send diassoc(%d)
sta leave
stop beacon/connect timer
reason: assoc too many(%d)
reason: assoc expire(%d)
reason: Invalid PMKID(%d)
reason: assoc fail(%d)
reason: auth expire(%d)
reason: auth fail(%d)
unexpected state: %s -> %s (%x)
Send disconnect event, reason=%d, AP number=%d
stop beacon/connect timer, send disconnect event, reason=%d
wps handle eapol succeed
wps handle eapol fail
wpa_psk start
wpa_psk handle fail
wpa_psk handle succeed
wpa michael mic failure cb empty
invalid ac=%d
from beacon
from user
sta rx wrong csa channel=%d
sta rx csa, newchan=%d, old=%d
<from user>sta rx csa, csa (%d->%d) in progress, ignore newchan=%d, csa_count:%d
<%s>sta rx csa, unchanged, newchan=%d, old=%d, csa_count:%d
rx csa newchan=%d, old_chan=%d, start csa timer=%d
<%s>sta rx csa, newchan=%d, old=%d, csa_count:%d
Deauth attack!!! AP responded within %d SA Query attempts
No response to %d SA Queries, reset connection
ieee80211_sta.c
probe ap already in q: %02x:%02x:%02x:%02x:%02x:%02x, discard
sta recv dup seq=%d tid=%d, discard
mgmt dir=%d not NODS
channel is different in received beacon, new:%d, old:%d, disconnect
recv auth: seq=%d, status=%d
invalid status %d in shared auth response, retry auth request
auth_shared: sta send auth, seq=%d
not auth state, ignore
invaild seq=%d
invaild status %d in auth response, retry auth request
invaild status %d in auth response
restart connect 1s timer for assoc
Drop duplicate SAE auth: seq=%d
recv assoc: type=0x%x
Association refused temporarily, comeback time %d mSec
Set status to INIT
ap support 2040 coexit
recv deauth, reason=0x%x
Rxd protected Disassoc without PMF, drop it
recv disassoc: reason=%d
recv other mgmt packet type=0x%x, discard
sleep
0*@?
;@?(;@?`v@?dv@?hv@?lv@?
n@?ieee80211_supplicant.c
fa94616
Invalid supplicant md5, internal: %s, idf: %s
@%s mode switch cause sta destroyed
%s mode switch cause ap destroyed
sta has disconnected from AP
timer e
no timer handle
timeout but fail to get lock, type=%d
timeout when WiFi un-init, type=%d
fail to post timer, type=%d
fail to alloc timer, type=%d
ieee80211_timer_connect
ieee80211_scan_inter_chan
ieee80211_scan_enter_op_chan
ieee80211_csa
ieee80211_probe_send
ieee80211_beacon
ieee80211_handshake
ieee80211_chm_dwell
ieee80211_send_beacon
ieee80211_auth
ieee80211_hostap_handle
ieee80211_assoc
ieee80211_coexist
ieee80211_sta_try_sa_query
ieee80211_sta_sa_query_timeout
ieee80211_sta_retry_assoc
invalid channel
invalid channel info
ht40d freq=%d, chan=%d
ht40u freq=%d, chan=%d
ht20 freq=%d, chan=%d
change: chan<%d,%d>, dur<%d,%d>
enter start op, arg=%p
start min timer
start max timer
back home chan=<%u,%u>, current chan=<%u,%u>
wl_chm.c
connect_op: status=%d, auth=%d, cipher=%d
auth mode is not none
new_bss=%p, cur_bss=%p, new_chan=<%d,%d>, cur_chan=%d
primary chan differ, old=%d, new=%d, start CSA timer
<connect>csa, newchan=%d, old=%d, csa_count:%d
wl_cnx.c
sta/ap in the same channel, but ap is ht40, use ht40
fail to get chan lock
WEP-40
WEP-104
Unknown
obss scan is disabled
obss scan stop: sta not start
obss scan stop: sta state %d not run
obss scan stop: sta not connect to ap
obss scan: start failed, ret=%d
obss scan: start obss scan success
obss scan: can't do obss scan
obss scan timeout: scan begin
active
passive
sta_scan: STA is connecting, scan are not allowed!
sta_scan: STA not exist!
sta_scan: default parameters, hidden=0, type=active, dur=<0,%d>
ssid=%s, channel=%d, hidden=%d, type=%s, active=<%d,%d>, passive=%d
sta_scan: add bssid=%02x:%02x:%02x:%02x:%02x:%02x
Error! Should use default active scan time parameter for WiFi scan when Bluetooth is enabled!!!!!!
Error! Should use default passive scan time parameter for WiFi scan when Bluetooth is enabled!!!!!!
invalid type
switch to channel %d
switch to chan=%d width=%d
cnx_bss_init: null bss
add bssid %02x:%02x:%02x:%02x:%02x:%02x to blacklist, cnt=%d
add to blacklist: out of memory!
already in blacklist
clear blacklist
there is only one ap in blacklist now, release it!
best bss has set.
clear rc list
send disconnect event
sta status is idle
sta status is wrong password
no %s found, reconnect after 1s
auto reconnect
disable connect timer
ap found, mac=%02x:%02x:%02x:%02x:%02x:%02x
bssid=%02x:%02x:%02x:%02x:%02x:%02x, LR=%d
Try to connect with next matched AP
handoff_cb: status=%d
remove %02x:%02x:%02x:%02x:%02x:%02x from rc list
connect chan=%d
connect timeout
sta conn is null
auth timeout
reconnect
assoc timeout
handshake timeout t=%x
find the %02x:%02x:%02x:%02x:%02x:%02x in blacklist.
receive encrypted ap, but password is empty
wpa2 enterprise mode, but AP is open
remove all except %02x:%02x:%02x:%02x:%02x:%02x from rc list
parent-tsf:0x%x, self-tsf:0x%x<%d>, diff(parent:%d, self:%d)
bcn_timout,ap_probe_send_start
ap_probe_send over, resett wifi status to disassoc
stop CSA timer
start 20s connect timer
start 1s connect timer for 4 way handshake
start 30s connect timer for 4 way handshake
start 10s connect timer for 4 way handshake
station: %02x:%02x:%02x:%02x:%02x:%02x leave, AID = %d, bss_flags is %d, bss:%p
max stations already connected to ap! <station>%02x:%02x:%02x:%02x:%02x:%02x, AID = %d
bss=%p, resp=%d join
max connection!
station: %02x:%02x:%02x:%02x:%02x:%02x join, AID=%d, %s, %s
join success, ap send assoc response
start obss scan, set default trigger interval to 120s
start obss scan, interval: %d
start obss scan: obss scan is stopped
send ht2040 coex frame: ignore
obss scan done: send ht2040 coexist frame
obss scan done: don't need to send 2040 coexist frame
ht2040 coex frame alloc fail
tx ht2040 coex frame: hdr=%d len=%d chan_num=%d
BW20
auth is done, but sta is disconnected
connected with %s, aid = %d, channel %d, %s, bssid = %02x:%02x:%02x:%02x:%02x:%02x
security: %s, phy: %s, rssi: %d
cnx_auth_done: ssid str alloc failed
Send sta connected event
Open Auth
WPA-PSK
WPA2-ENT
WPA2-CCKM
WPA3-SAE
@? |@?
R@? |@?
@?ieee80211_action.c
Init max length of beacon: %d/%d
alloc eb len=%d type=%d fail
esf_buf_alloc_dynamic: invalid type=%d
esf_buf_alloc: invalid type=%d
ebuf_free: invalid type=%d
esf_buf_setup_static: alloc eb fail
Init data frame dynamic rx buffer num: %d
Init management frame dynamic rx buffer num: %d
Init management short buffer num: %d
Init static tx buffer num: %d
Init dynamic tx buffer num: %d
Init tx cache buffer num: %d
BUFFER:
%-2s %-3s %-5s %-11s %-10s %-8s %-8s
fail_oom
fail_fc
total_free
total_alloc
alloc
%-2d %-3u %-5u %-11u %-10u %-8u %-8u
set vif: invalid index=%d
bb noise check init
stop sw txq
lmac.c
%s %s %u
threshold: %d mpdu_retry: %d long_ampdu:%d short_ampdu:%d
discard flag
tx rts error 0x%x
int: state=%d i=%d
lmac stop hw txq
sw tx %d state not idle, potential error!
force sw tx %d state to idle, ebuf flag=%x
@lmacTxFrame
lmacProcessTxError
lmacProcessTxRtsError
lmacProcessAckTimeout
lmacProcessCtsTimeout
lmacProcessTxComplete
lmacProcessLongRetryFail
lmacDiscardFrameExchangeSequence
lmacProcessShortRetryFail
lmacProcessCollision
lmacEndFrameExchangeSequence
lmacProcessTxSuccess
lmacTxDone
lmacEndTxopFrameExchangeSequence
lmacSetTxFrame
lmacClearWaitQueue
Next TBTT incorrect! next beacon:%llu, beacon interval:%u, now:%llu
Next TBTT incorrect! last beacon:%u, offset:%u, next beacon:%u, beacon interval:%u, dtim period:%u, dtim count:%u, listen interval:%u, now:%u
AP's beacon interval = %u us, DTIM period = %u
Rx beacon with no TIM IE. You may use a bad AP!
pm start, type: %d
Next TBTT incorrect! last beacon:%u, offset:%u, next beacon:%u, beacon interval:%u, listen interval:%u, now:%u
pm stop, total sleep time: %llu us / %llu us
Set ps type: %d
Error! Should enable WiFi modem sleep when both WiFi and Bluetooth are enabled!!!!!!
pp.c
%s %u
cb %d is null
clear rx fragment
reject paintext fragment
invalid micahel mic failure cb
create wifi task: task not null
create wifi task: queue not null
create wifi task: failed to create queue
create wifi task: failed to create sem
create wifi task: failed to create task
wifi driver task: %x, prio:%d, stack:%d, core=%d
pp task q full: s=%d p=%x
wifi assert: %d
lmac stop, discard packet
map fail
bar eb fail
@rcGet11NHighestRateIdx: invalid max rate=%d
rcGet11GHighestRateIdx: invalid max rate=%d
rcGet11BHighestRateIdx: invalid max rate=%d
rcUpdatePhyMode: phytype:%d, rs_nrate:%d, rssi:%d
rcUpdatePhyMode: lowestRateIdx:%d, rateIdx:%d
trc.c
desc is null
sched is null, if=%d tid=%d flags=%x
add mismatch
rm mis
update default trc: invalid ifx
rcReachRetryLimit
rcGetRate
rcGetAmpduSched
rcGetSched
unknown csi bug!
promis buf: out of memory
ic_enable_sniffer
ic_disable_sniffer
Deinit lldesc rx mblock:%d
Failed to init rx desc space, buffer number=%d
Init static rx buffer size: %d
malloc buffer fail
Init static rx buffer num: %d
Init dynamic rx buffer num: %d
Expected to init %d rx buffer, actual is %d
set autoack rate: invalid type %d
wdev.c
rx mgmt blocks=%d
dirty buf %08x: %08x, %08x: %08x
wDevProcessDirtyBuf
wDev_AppendRxBlocks
wDev_ProcessRxSucData
wdevProcessRxSucDataAll
0d91410
Invalid coexist adapter function md5, internal: %s, idf: %s
coexist adapter function is NULL
coexist adapter function version error! Version %x is expected, but it is %x
coexist adapter function magic error! Magic %x is expected, but it is %x
coexist_core.c
coex_wifi_channel_get
coexist_arbit.c
Unhandled interrupt %d on cpu %d!
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/freertos/queue.c
%s:%d (%s)- assert failed!
vQueueDelete
uxQueueMessagesWaiting
xQueueReceiveFromISR
xQueueGenericReceive
xQueueGiveFromISR
xQueueGenericSendFromISR
prvNotifyQueueSetContainer
xQueueGenericSend
xQueueCreateCountingSemaphore
xQueueTakeMutexRecursive
xQueueGiveMutexRecursive
xQueueGenericCreate
xQueueGenericReset
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/freertos/event_groups.c
vEventGroupDelete
xEventGroupSetBits
xEventGroupClearBits
xEventGroupWaitBits
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/freertos/timers.c
Tmr Svc
@prvInitialiseNewTimer
prvCheckForValidListAndQueue
prvProcessReceivedCommands
prvProcessExpiredTimer
prvSwitchTimerLists
xTimerCreateTimerTask
heap_size <= HEAP_SIZE_MAX
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/heap/heap_caps_init.c
heap_init
[0;32mI (%d) %s: Initializing. RAM available for dynamic allocation:
heap_idx <= num_heaps
[0;32mI (%d) %s: At %08X len %08X (%d KiB): %s
heap_idx == num_heaps
SLIST_EMPTY(&registered_heaps)
heaps_array != NULL
heap_caps_init
register_heap
esp_ptr_in_diram_dram((void *)dstart)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/heap/heap_caps.c
esp_ptr_in_diram_dram((void *)dend)
(dstart & 3) == 0
(dend & 3) == 0
heap != NULL && "free() target pointer is outside heap areas"
heap != NULL && "realloc() pointer is outside heap areas"
old_size > 0
heap_caps_realloc
heap_caps_free
dram_alloc_to_iram_addr
[0;33mW (%d) %s: %s
D (%d) %s: %s
V (%d) %s: %s
[0;32mI (%d) %s: %s
HW Ver %d FW Ver %d
aws_iot_task
wocode_cmd_task
wocode_utc_task
ota_task
Task_StaParse
Task_Humi
Task_Btn
MAIN
[0;33mW (%d) %s: Task: %d %d %d %d %d %d %d
BLE_PERIPH_ROLE
[0;32mI (%d) %s: Reg app failed, app_id %04x, status %d
[0;31mE (%d) %s: Advertising start failed: %d
[0;32mI (%d) %s: Start adv successfully
[0;31mE (%d) %s: Advertising stop failed: %d
[0;32mI (%d) %s: Stop adv successfully
[0;32mI (%d) %s: update connection params status = %d, min_int = %d, max_int = %d,conn_int = %d,latency = %d, timeout = %d
[0;32mI (%d) %s: prepare write, handle = %d, value len = %d
[0;31mE (%d) %s: Gatt_server prep no mem
[0;31mE (%d) %s: Send response error
[0;31mE (%d) %s: %s, malloc failed
[0;32mI (%d) %s: ESP_GATT_PREP_WRITE_CANCEL
WoHumi
[0;31mE (%d) %s: set device name failed, error code = %x
[0;31mE (%d) %s: config raw adv data failed, error code = %x
[0;31mE (%d) %s: config raw scan rsp data failed, error code = %x
[0;31mE (%d) %s: create attr table failed, error code = %x
[0;32mI (%d) %s: ESP_GATTS_READ_EVT
[0;32mI (%d) %s: after send %d, para 0x%08x, len %d, cmd type %d, time %d
[0;32mI (%d) %s: ESP_GATTS_EXEC_WRITE_EVT
[0;32mI (%d) %s: ESP_GATTS_MTU_EVT, MTU %d
[0;32mI (%d) %s: ESP_GATTS_CONF_EVT, status %d attr_handle %d
[0;32mI (%d) %s: SERVICE_START_EVT, status %d, service_handle %d
[0;32mI (%d) %s: ESP_GATTS_CONNECT_EVT, conn_id = %d
[0;32mI (%d) %s: ESP_GATTS_DISCONNECT_EVT, reason = 0x%x
[0;31mE (%d) %s: create attribute table failed, error code=0x%x
[0;31mE (%d) %s: create attribute table abnormally, num_handle (%d) doesn't equal to HRS_IDX_NB(%d)
[0;32mI (%d) %s: create attribute table successfully, the number handle = %d
@esp_bt_controller_mem_release(ESP_BT_MODE_CLASSIC_BT)
/mnt/e/ESPSDK/ESP_Humidifier/test/Humidifier_V1.7_d/main/ble_periph_role.c
[0;31mE (%d) %s: %s initialize controller failed: %s
[0;31mE (%d) %s: %s enable controller failed: %s
[0;31mE (%d) %s: %s init bluetooth failed: %s
[0;31mE (%d) %s: %s enable bluetooth failed: %s
[0;31mE (%d) %s: %s set ble advertising power failed: %s
[0;31mE (%d) %s: gatts register error, error code = %x
[0;31mE (%d) %s: gap register error, error code = %x
[0;31mE (%d) %s: gatts app register error, error code = %x
[0;31mE (%d) %s: set local MTU failed, error code = %x
[0;31mE (%d) %s: renew raw scan rsp data failed, error code = %x
[0;31mE (%d) %s: ble_gatts_notify_response data error
example_write_event_env
ble_init
TASK_BTN
[0;33mW (%d) %s: filter update touch pad thresh
[0;33mW (%d) %s: push
[0;33mW (%d) %s: release
[0;33mW (%d) %s: update touch pad thresh
[0;33mW (%d) %s: g_tBtn.pSta->bErr: %d
[0;33mW (%d) %s: ------->>>>>>>> short
[0;33mW (%d) %s: ------->>>>>>>> pair
[0;33mW (%d) %s: ------->>>>>>>> erase
[0;33mW (%d) %s: ------->>>>>>>> erase state
[0;33mW (%d) %s: btn ota err
[0;33mW (%d) %s: btn ota err recovery
[0;33mW (%d) %s: send Power off
[0;33mW (%d) %s: btn value init : %d
[0;33mW (%d) %s: btn Init send Power off
TOUCH_PAD
[0;32mI (%d) %s: Initializing touch pad
[0;33mW (%d) %s: [update]touch pad [%d] val is %d %d
[0;33mW (%d) %s: %d %d
/version/wocaodebug/firmware/WoHumi/WoHumi_V
/version/wocaotech/firmware/WoHumi/WoHumi_V
.bin
http://www.wohand.com
%s%s%02d%s
[0;32mI (%d) %s: g_acOtaUrl: %s %x
WOCODE_EXT
[0;33mW (%d) %s: ota
[0;31mE (%d) %s: wifi get ap: %s %d
@BCD
TASK_STAPARSE
[0;31mE (%d) %s: wocode cmd parse protocol version incorrect
TASK_HUMI
[0;33mW (%d) %s: special led %d, %d
[0;31mE (%d) %s: fan sta : on
[0;31mE (%d) %s: fan sta : off
[0;33mW (%d) %s: off fan %d
[0;31mE (%d) %s: mode: 0x%02x, new: %d
[0;33mW (%d) %s: bee err: %d
[0;33mW (%d) %s: erase
[0;33mW (%d) %s: erase end
[0;33mW (%d) %s: ota err
[0;33mW (%d) %s: ota recovery
[0;33mW (%d) %s: special off
[0;32mI (%d) %s: err: %d
[0;32mI (%d) %s: pStatus->bErr: %d
nvs_flash_erase()
/mnt/e/ESPSDK/ESP_Humidifier/test/Humidifier_V1.7_d/main/params_access.c
PARAMS_ACCESS
[0;33mW (%d) %s: %02x:%02x:%02x:%02x:%02x:%02x
[0;31mE (%d) %s: %s read mac failed: %s
mac_read_big_endian(ESP_MAC_BT)
mac_read_big_endian(ESP_MAC_WIFI_STA)
user_params
humi_params
wifi_cfg
utc_alarm
utc_time
[0;31mE (%d) %s: nvs_set_blob: %d %d
[0;31mE (%d) %s: nvs_commit: %d %d
[0;31mE (%d) %s: NVS_DATA_PART_HUMI_PARAMS unsuccessfully: 0x%x
[0;31mE (%d) %s: nvs_erase_humi_params befor: %x %x %x
[0;31mE (%d) %s: nvs_erase_humi_params after: %x %x %x
[0;31mE (%d) %s: NVS_DATA_PART_WIFI_CFG unsuccessfully: 0x%x
[0;31mE (%d) %s: NVS_DATA_PART_UTC_ALARM unsuccessfully: 0x%x
[0;31mE (%d) %s: NVS_DATA_PART_HUMI_PARAMS befor: %x %x %x
[0;31mE (%d) %s: NVS_DATA_PART_HUMI_PARAMS unsuccessfully
nvs_erase_humi_params()
[0;31mE (%d) %s: NVS_DATA_PART_HUMI_PARAMS after: %x %x %x
[0;31mE (%d) %s: NVS_DATA_PART_WIFI_CFG unsuccessfully
nvs_erase_wifi_config()
[0;31mE (%d) %s: NVS_DATA_PART_UTC_ALARM unsuccessfully
nvs_erase_utc_alarm()
[0;31mE (%d) %s: NVS_DATA_PART_UTC_TIME unsuccessfully
nvs_erase_utc_time()
[0;32mI (%d) %s: %x, %x, %x
user_params_init
mac_read_big_endian
mac_init
nvs_init
wocao_factory_test
wocaotest
WIFI_AWS_IOT
[0;33mW (%d) %s: MQTT Disconnect
[0;32mI (%d) %s: Auto Reconnect is enabled, Reconnecting attempt will start now
[0;33mW (%d) %s: Auto Reconnect not enabled. Starting manual reconnect...
[0;33mW (%d) %s: Manual Reconnect Successful
[0;33mW (%d) %s: Manual Reconnect Failed - %d
[0;33mW (%d) %s: HTTP_EVENT_ERROR
[0;33mW (%d) %s: HTTP_EVENT_ON_CONNECTED
[0;33mW (%d) %s: HTTP_EVENT_HEADER_SENT
[0;33mW (%d) %s: HTTP_EVENT_ON_HEADER, key=%s, value=%s
Content-Length
[0;33mW (%d) %s: HTTP_EVENT_ON_DATA, len=%d %d %d %d %d%%
[0;33mW (%d) %s: HTTP_EVENT_ON_FINISH
[0;33mW (%d) %s: HTTP_EVENT_DISCONNECTED, %d %d %d %d%%
switchlink/
a2alhn2dfztqv9-ats.iot.
[0;32mI (%d) %s: %.*s
%.*s %d
DEBUG
[0;33mW (%d) %s: DEBUG command
esp_event_loop_init(event_handler, NULL)
/mnt/e/ESPSDK/ESP_Humidifier/test/Humidifier_V1.7_d/main/wifi_aws_iot.c
esp_wifi_init(&cfg)
esp_wifi_set_storage(WIFI_STORAGE_RAM)
esp_wifi_set_mode(WIFI_MODE_STA)
[0;32mI (%d) %s: Setting WiFi configuration SSID: %d %d
[0;32mI (%d) %s: %.*s
esp_wifi_set_config(WIFI_IF_STA, (wifi_config_t *)nvs_get_wifi_cfg_pointer())
esp_wifi_start()
[0;32mI (%d) %s: wifi_disconnect: %d
[0;31mE (%d) %s: wifi_cannot_got_ip_callback!
[0;31mE (%d) %s: event->event_id: %d
[0;33mW (%d) %s: wifi event: SYSTEM_EVENT_STA_START
[0;33mW (%d) %s: wifi event: SYSTEM_EVENT_STA_CONNECTED
[0;33mW (%d) %s: wifi event: SYSTEM_EVENT_STA_GOT_IP
[0;33mW (%d) %s: wifi event: SYSTEM_EVENT_STA_DISCONNECTED
[0;31mE (%d) %s: wifi event: Authentication failed!
[0;31mE (%d) %s: wifi event: Wrong password!
[0;31mE (%d) %s: wifi event: No AP found!
[0;31mE (%d) %s: wifi event: Connection failed!
[0;31mE (%d) %s: wifi event: Others!
[0;33mW (%d) %s: wifi event: WIFI_SCAN_SCANNING or WIFI_SCAN_DONE
[0;31mE (%d) %s: wifi event: Reconnecting!
[0;31mE (%d) %s: wifi event: g_ucWifiStatus: 0x%x %c %d
[0;31mE (%d) %s: wifi event: SYSTEM_EVENT_SCAN_DONE!
[0;31mE (%d) %s: wifi event: default!
[0;33mW (%d) %s: wifi event: ADV Wi-Fi Status: 0x%02x Old: 0x%02x
[0;32mI (%d) %s: nvs_write_user_params_to_flash successfully
[0;32mI (%d) %s: esp_wifi_set_config unsuccessfully: 0x%x
[0;32mI (%d) %s: esp_wifi_set_config successfully
[0;32mI (%d) %s: esp_wifi_scan_start
[0;33mW (%d) %s: esp_wifi_scan_start ERROR
[0;33mW (%d) %s: wifi_scan_get_ap: Scanning
[0;33mW (%d) %s: wifi_scan_get_ap: Scan done
[0;33mW (%d) %s: esp_wifi_scan_get_ap_num error
[0;33mW (%d) %s: wifi_scan_get_ap: No AP found
[0;32mI (%d) %s: Number of access points found: %d
[0;31mE (%d) %s: wifi_scan_get_ap: g_pScanApList: %d
[0;33mW (%d) %s: esp_wifi_scan_get_ap_records error: %d
[0;32mI (%d) %s: wifi_scan_get_ap: After: %d
[0;32mI (%d) %s: SSID [%d] %s %ddBm
[0;33mW (%d) %s: No scan
[0;32mI (%d) %s: AWS IoT SDK Version %d.%d.%d-%s
/app_to_link
[0;33mW (%d) %s: subcribe topic: %s
[0;33mW (%d) %s: aws_iot_task: WIFI_SCAN_SCANNING
[0;33mW (%d) %s: aws_iot_task: g_ucScanWaitCnt: %d
[0;33mW (%d) %s: aws_iot_task: esp_wifi_scan_stop: %d
[0;33mW (%d) %s: aws_iot_task: wifi connected, iot error: %d
[0;33mW (%d) %s: client status: %d
[0;31mE (%d) %s: Unable to set Auto Reconnect to true - %d
[0;31mE (%d) %s: Unable to disconnect mqtt - %d
.amazonaws.com
[0;33mW (%d) %s: host url: %s, cert index: %d
[0;31mE (%d) %s: aws_iot_mqtt_init returned error : %d
[0;33mW (%d) %s: Client ID: %.17s
[0;32mI (%d) %s: Connecting to AWS...
[0;33mW (%d) %s: Error(%d) connecting to %s:%d
[0;31mE (%d) %s: Wi-Fi disconnected
[0;31mE (%d) %s: IoT connect retry error
[0;32mI (%d) %s: Connected
[0;32mI (%d) %s: Subscribing...
[0;31mE (%d) %s: Error subscribing : %d
[0;32mI (%d) %s: Subscribed
[0;31mE (%d) %s: IoT not response
[0;33mW (%d) %s: Reconnected!!!
/link_to_debug
slk:%d head:%d tail:%d full:%d cnt:%d %d
[0;33mW (%d) %s: DEBUG: %s %s
[0;31mE (%d) %s: Q_BufPull: %d
[0;32mI (%d) %s: Iot Rcv data len %d %d:
[0;32mI (%d) %s: %s
/link_to_
shadow
report
history
test
[0;32mI (%d) %s: Topic : %s
[0;33mW (%d) %s: QOS1 publish ack not received.
[0;31mE (%d) %s: An error occurred in the main loop. Or region update. Or iot error. Or wifi disconnected
[0;32mI (%d) %s: Starting OTA
[0;32mI (%d) %s: ota wifi connnect timeout
[0;32mI (%d) %s: ota err
[0;31mE (%d) %s: Firmware upgrade failed
"%s":
"%s":
%llu,
"%s":"
wifi_init
us-east-1
ap-northeast-1
eu-central-1
@?WOCODE_UTC
[0;32mI (%d) %s: [utc_set_time] %lld %lld
[0;32mI (%d) %s: tv_sec: %lld
[0;32mI (%d) %s: %d %d %d %d:%d:%d
[0;31mE (%d) %s: g_ucBleDiscCnt: %d
[0;33mW (%d) %s: ble connected timeout: %d
[0;31mE (%d) %s: g_ucCantGotIpCnt: %d
[0;33mW (%d) %s: wifi_cannot_got_ip_callback
[0;32mI (%d) %s: %d%%RH %.1f
0.pool.ntp.org
1.pool.ntp.org
2.pool.ntp.org
3.pool.ntp.org
@WOCODE_CMD
[0;31mE (%d) %s: wocode cmd init renew raw scan rsp data failed, error code = %x
[0;32mI (%d) %s: xQueueReceive ret %d start %d len %d
LEDC
[0;33mW (%d) %s: atom_set_percent %d
BSP_GPIO
[0;31mE (%d) %s: gpio config output failed, error code = %x
[0;31mE (%d) %s: gpio config input failed, error code = %x
[0;31mE (%d) %s: atom_power_on
[0;31mE (%d) %s: atom_power_off
[0;31mE (%d) %s: fan_turnon
[0;31mE (%d) %s: fan_turnoff
I2C_MASTER
[0;31mE (%d) %s: shtc3_wakeup error: %d
[0;31mE (%d) %s: shtc3_start_measure error: %d
[0;31mE (%d) %s: shtc3_read_measure error: %d
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/newlib/locks.c
lock_acquire_generic
_lock_close
, function:
assertion "%s" failed: file "%s", line %d%s%s
POSIX
ASCII
ASCII
@0000000000000000 INF
0123456789abcdef
0123456789ABCDEF
@0000000000000000 "
@0000000000000000 Infinity
[%Co
O8M2
vH7B
W4vC
DNot owner
No such file or directory
No such process
Interrupted system call
I/O error
No such device or address
Arg list too long
Exec format error
Socket already connected
Bad file number
No children
Destination address required
No more processes
Not enough space
Permission denied
Bad address
Device or resource busy
File exists
Cross-device link
No such device
Not a directory
Host is down
Connection already in progress
Is a directory
Invalid argument
Network interface is not configured
Connection aborted by network
Too many open files in system
File descriptor value too large
Not a character device
Text file busy
File too large
Host is unreachable
No space left on device
Not supported
Illegal seek
Read-only file system
Too many links
Broken pipe
Mathematics argument out of domain of function
Result too large
No message of desired type
Identifier removed
Illegal byte sequence
Deadlock
Network is unreachable
No lock
Not a stream
Stream ioctl timeout
No stream resources
Virtual circuit is gone
Protocol error
Unknown protocol
Multihop attempted
Bad message
Function not implemented
Directory not empty
File or path name too long
Too many symbolic links
No buffer space available
No data
Address family not supported by protocol family
Protocol wrong type for socket
Socket operation on non-socket
Protocol not available
Connection refused
Connection reset by peer
Address already in use
Address not available
Software caused connection abort
Socket is not connected
Socket is already connected
Operation canceled
State not recoverable
Previous owner died
Operation not supported on socket
Value too large for defined data type
Message too long
Connection timed out
Success
@0000000000000000
itemTypeOf(dst) == datatype
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/nvs_flash/src/nvs_types.hpp
index >= 0 && index < Nitems
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/nvs_flash/src/compressed_enum_table.hpp
err != ESP_ERR_NVS_PAGE_FULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/nvs_flash/src/nvs_storage.cpp
static_cast<uint8_t> (chunkStart) + chunkNum == item.chunkIndex
offset == dataSize
chunkStart == item.blobIndex.chunkStart
dataSize == readSize
findItem(nsIndex, datatype, key, findPage, item)
prevStart == VerOffset::VER_0_OFFSET || prevStart == VerOffset::VER_1_OFFSET
esp_err_t nvs::Storage::eraseMultiPageBlob(uint8_t, const char*, nvs::VerOffset)
esp_err_t nvs::Storage::cmpMultiPageBlob(uint8_t, const char*, const void*, size_t)
esp_err_t nvs::Storage::readMultiPageBlob(uint8_t, const char*, void*, size_t)
esp_err_t nvs::Storage::writeItem(uint8_t, nvs::ItemType, const char*, const void*, size_t)
esp_err_t nvs::Storage::writeMultiPageBlob(uint8_t, const char*, const void*, size_t, nvs::VerOffset)
void nvs::Item::getValue(T&) [with T = unsigned char]
index == mFirstUsedEntry
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/nvs_flash/src/nvs_page.cpp
mState == PageState::UNINITIALIZED
index < ENTRY_COUNT
entry < ENTRY_COUNT
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/nvs_flash/src/nvs_page.hpp
end <= ENTRY_COUNT
end > begin
size % ENTRY_SIZE == 0
mNextFreeEntry != INVALID_ENTRY
mFirstUsedEntry != INVALID_ENTRY
totalSize == ENTRY_SIZE || isVariableLengthType(datatype)
state == EntryState::WRITTEN || state == EntryState::EMPTY
readEntryIndex != mFirstUsedEntry
item.span > 0
esp_err_t nvs::Page::alterEntryRangeState(size_t, size_t, nvs::Page::EntryState)
void CompressedEnumTable<Tenum, Nbits, Nitems>::set(size_t, Tenum) [with Tenum = nvs::Page::EntryState; unsigned int Nbits = 2; unsigned int Nitems = 126; size_t = unsigned int]
esp_err_t nvs::Page::alterEntryState(size_t, nvs::Page::EntryState)
esp_err_t nvs::Page::initialize()
esp_err_t nvs::Page::mLoadEntryTable()
esp_err_t nvs::Page::copyItems(nvs::Page&)
void nvs::Page::updateFirstUsedEntry(size_t, size_t)
Tenum CompressedEnumTable<Tenum, Nbits, Nitems>::get(size_t) const [with Tenum = nvs::Page::EntryState; unsigned int Nbits = 2; unsigned int Nitems = 126; size_t = unsigned int]
esp_err_t nvs::Page::eraseEntryAndSpan(size_t)
esp_err_t nvs::Page::writeItem(uint8_t, nvs::ItemType, const char*, const void*, size_t, uint8_t)
esp_err_t nvs::Page::writeEntryData(const uint8_t*, size_t)
uint32_t nvs::Page::getEntryAddress(size_t) const
false && "item should have been present in cache"
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp
void nvs::HashList::erase(size_t, bool)
usedEntries == newPage->getUsedEntryCount()
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp
mPageList.back().getSeqNumber(lastSeqNo)
esp_err_t nvs::PageManager::requestNewPage()
esp_err_t nvs::PageManager::load(uint32_t, uint32_t)
tls != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/pthread/pthread_local_storage.c
pthread_local_storage_thread_deleted_callback
D/IRAM
PID2IRAM
PID3IRAM
PID4IRAM
PID5IRAM
PID6IRAM
PID7IRAM
PID2DRAM
PID3DRAM
PID4DRAM
PID5DRAM
PID6DRAM
PID7DRAM
slowclk_cycles < 32767
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/soc/esp32/rtc_time.c
rtc_time
[0;31mE (%d) %s: slowclk_cycles value too large, possible overflow
rtc_clk_cal_internal
reserved[i].start < reserved[i].end
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/soc/src/memory_layout_utils.c
reserved[i+1].start > reserved[i].start
memory_layout
[0;31mE (%d) %s: SOC_RESERVE_MEMORY_REGION region range 0x%08x - 0x%08x overlaps with 0x%08x - 0x%08x
s_prepare_reserved_regions
partition
[0;31mE (%d) %s: No MD5 found in partition table
[0;31mE (%d) %s: Partition table MD5 mismatch
[0;31mE (%d) %s: load_partitions returned 0x%x
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/spi_flash/partition.c
iterator != NULL
partition != NULL
esp_partition_mmap
esp_partition_erase_range
esp_partition_write
esp_partition_verify
esp_partition_get
esp_partition_next
s_flash_op_mutex != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/spi_flash/cache_utils.c
esp_ptr_in_dram((const void *)get_sp())
s_flash_op_cpu == -1
other_cpuid == 1
ret == ESP_OK
xPortGetCoreID() == cpuid
cpuid == s_flash_op_cpu
!(xTaskGetSchedulerState() == taskSCHEDULER_NOT_STARTED && cpuid != 0)
spi_flash_enable_interrupts_caches_and_other_cpu
spi_flash_disable_interrupts_caches_and_other_cpu
spi_flash_init_lock
[0;31mE (%d) %s: unexpected spi flash error code: 0x%x
[0;32mI (%d) %s: detected chip: %s
[0;31mE (%d) %s: failed to get chip size
[0;32mI (%d) %s: flash io: %s
slowrd
fastrd
dout
qout
spi_flash
[0;31mE (%d) %s: Detected size(%dk) smaller than the size in the binary image header(%dk). Probe failed.
[0;33mW (%d) %s: Detected size(%dk) larger than the size in the binary image header(%dk). Using the size in the binary image header.
spi_flash
s_mmap_page_refcnt[i] == 0 || (entry_pro == pages[pageno] && entry_app == pages[pageno])
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/spi_flash/flash_mmap.c
s_mmap_page_refcnt[i] > 0
0 && "invalid handle, or handle already unmapped"
spi_flash_munmap
spi_flash_mmap_pages
"(Cannot use READ_PERI_REG for DPORT registers use DPORT_READ_PERI_REG)" && (!((((((0x3ff42000 + (((1)>1) ? (((1)* 0x1000) + 0x20000) : (((~(1)) & 1)* 0x1000 ))) + 0x80) + i * 4)) >= 0x3ff00000) && ((((0x3ff42000 + (((1)>1) ? (((1)* 0x1000) + 0x20000) : (((~(1)) & 1)* 0x1000 ))) + 0x80) + i * 4)) <= 0x3ff13FFC))
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/spi_flash/spi_flash_rom_patch.c
"(Cannot use WRITE_PERI_REG for DPORT registers use DPORT_WRITE_PERI_REG)" && (!((((((0x3ff42000 + (((1)>1) ? (((1)* 0x1000) + 0x20000) : (((~(1)) & 1)* 0x1000 ))) + 0x80) + i * 4)) >= 0x3ff00000) && ((((0x3ff42000 + (((1)>1) ? (((1)* 0x1000) + 0x20000) : (((~(1)) & 1)* 0x1000 ))) + 0x80) + i * 4)) <= 0x3ff13FFC))
esp_rom_spiflash_program_page_internal
tcpip_adapter
[0;32mI (%d) %s: softAP assign IP to station,IP is: %d.%d.%d.%d
[0;31mE (%d) %s: tcpip_adapter is not initialized!
netif_init != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/tcpip_adapter/tcpip_adapter_lwip.c
[0;31mE (%d) %s: tcpip adatper api sync sem init fail
[0;31mE (%d) %s: tcpip adatper api lock sem init fail
tcpip_adapter_start
IP_EVENT
[0;31mE (%d) %s: %s %d %s ret=0x%X
esp_wifi_internal_set_sta_ip
[0;32mI (%d) %s: sta ip: %d.%d.%d.%d, mask: %d.%d.%d.%d, gw: %d.%d.%d.%d
esp_wifi_internal_reg_rxcb
esp_wifi_internal_reg_netstack_buf_cb
esp_wifi_mac_get
[0;31mE (%d) %s: invalid static ip
handle_sta_start
handle_sta_connected
handle_sta_disconnected
handle_ap_start
handle_ap_stop
handle_sta_got_ip
fd >=0 && fd < 3
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/vfs/vfs_uart.c
s_ctx[fd]->peek_char == NONE
fd >= 0 && fd < 3
"(Cannot use READ_PERI_REG for DPORT registers use DPORT_READ_PERI_REG)" && (!((((((0x3ff40000 + (uart_no) * 0x10000 + ( (uart_no) > 1 ? 0xe000 : 0 ) ) + 0x1C))) >= 0x3ff00000) && ((((0x3ff40000 + (uart_no) * 0x10000 + ( (uart_no) > 1 ? 0xe000 : 0 ) ) + 0x1C))) <= 0x3ff13FFC))
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_rom/include/esp32/rom/uart.h
/dev/uart
esp_vfs_register("/dev/uart", &vfs, NULL)
uart_write
uart_return_char
uart_read
uart_close
uart_fstat
uart_fcntl
uart_tx_wait_idle
uart_fsync
esp_vfs_dev_uart_register
strncmp(src_path, vfs->path_prefix, vfs->path_prefix_len) == 0
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/vfs/vfs.c
translate_path
@/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wpa_main.c
ret == 0
wpa_sta_connect
wpa_config_profile
Init Counter
Group key expansion
IGTK key expansion
Pairwise key expansion
PMK Name
lpHP
cU! }P
QSeA~
!tX)i
XhHp
NrZl
='9-6d
:.6$
aiKwZ
;fD4~
[v)C
cB@"
_jbF~T
11#?*0
,4$8_@
I<(A
t\lHBW
P00`
}++V
=j&&LZ66lA??~
\44h
S11b?
e##F^
i''N
t,,X.
M;;va
}{))R>
q//^
` @
gK99r
U33f
D<<x
!H88p
c!!B0
G==z
f""D~**T
V22dN::t
l$$H
Y77n
o%%Jr..\$
B>>|
_55j
x((Pz
)w--Z
,(size_t) (pos - rsn_ie) <= rsn_ie_len
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c
(size_t) (pos - wpa_ie) <= wpa_ie_len
wpa_gen_wpa_ie_wpa
wpa_gen_wpa_ie_rsn
@EAP deinit
SAE Hunting and Pecking
SAE KCK and PMK
\!A?
bc1E
1/?cz&!t
5mmQ
vb^~
I(fQ
mg 5NJ
pmksa_timeout_timer
Backtrace:
0x%08X:0x%08X
|<-CORRUPTED
|<-CONTINUES
St9exception
"A?St9bad_alloc
@ota_app_count < 16 && "must erase the partition before writing to it"
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/app_update/esp_ota_ops.c
esp_ota_ops
[0;31mE (%d) %s: invalid partition table, no app partitions
[0;31mE (%d) %s: not found otadata
[0;31mE (%d) %s: mmap otadata filed. Err=0x%8x
phys_offs != SPI_FLASH_CACHE2PHYS_FAIL
[0;31mE (%d) %s: write data is invalid
it->erased_size > 0 && "must erase the partition before writing to it"
[0;31mE (%d) %s: OTA image has invalid magic byte (expected 0xE9, saw 0x%02x)
[0;31mE (%d) %s: not found the handle
start_from != NULL
esp_ota_get_next_update_partition
esp_ota_get_running_partition
get_ota_partition_count
esp_ota_write
mosi_len <= 32
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bootloader_support/src/flash_qio_mode.c
miso_len <= 32
miso_byte_num <= 4
MXIC
ISSI
WinBond
XM25QU64A
bootloader_flash_execute_command_common
boot_comm
[0;31mE (%d) %s: bootloader_mmap(0x%x, 0x%x) failed
[0;31mE (%d) %s: Failed to verify partition table
[0;32mI (%d) %s: ## Label Usage Offset Length Cleaned
[0;32mI (%d) %s: %2d %-16s data %08x %08x [%s]
application
bootloader
[0;31mE (%d) %s: mismatch chip ID, expected %d, found %d
[0;31mE (%d) %s: can't run on lower chip revision, expected %d, found %d
[0;32mI (%d) %s: chip revision: %d, min. %s chip revision: %d
esp_image
[0;31mE (%d) %s: invalid segment length 0x%x
[0;31mE (%d) %s: Segment %d load address 0x%08x, doesn't match data 0x%08x
[0;31mE (%d) %s: Checksum failed. Calculated 0x%x read 0x%x
[0;31mE (%d) %s: image at 0x%x has invalid magic byte
[0;33mW (%d) %s: image at 0x%x has invalid SPI mode %d
[0;33mW (%d) %s: image at 0x%x has invalid SPI size %d
load
[0;31mE (%d) %s: bootloader_flash_read failed at 0x%08x
[0;31mE (%d) %s: unaligned segment length 0x%x
[0;32mI (%d) %s: segment %d: paddr=0x%08x vaddr=0x%08x size=0x%05x (%6d) %s
Calculated hash
[0;31mE (%d) %s: Image hash failed - image is corrupt
Expected hash
[0;31mE (%d) %s: partition size 0x%x invalid, larger than 16MB
[0;31mE (%d) %s: image at 0x%x segment count %d exceeds max %d
[0;31mE (%d) %s: image offset has wrapped
[0;31mE (%d) %s: Image length %d doesn't fit in partition length %d
handle != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c
bootloader_sha256_finish
bootloader_sha256_data
bootloader_mmap
[0;31mE (%d) %s: tried to bootloader_mmap twice
[0;31mE (%d) %s: spi_flash_mmap failed: 0x%x
try_heap_caps_add_region(mem_start, mem_end)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/controller/bt.c
BTDM_INIT
[0;32mI (%d) %s: BT controller compile version [%s]
select_src_ret && set_div_ret
[0;33mW (%d) %s: Register shutdown handler failed, ret = 0x%x
[0;33mW (%d) %s: controller disable ret=%d
esp_bt_controller_init
esp_bt_controller_mem_release
BT_LOG
[0;31mE (%d) %s: Bludroid not initialised
[0;31mE (%d) %s: Bluedroid already enabled
[0;31mE (%d) %s: Bluedroid enable failed
[0;31mE (%d) %s: Controller not initialised
[0;31mE (%d) %s: Bluedroid already initialised
[0;31mE (%d) %s: Bluedroid Initialize Fail
[0;31mE (%d) %s: Bluedroid Initialize Fail!
[0;31mE (%d) %s: %s,params is NULL
[0;31mE (%d) %s: %s,invalid connection params:min_int = %d, max_int = %d, latency = %d, timeout = %d
esp_ble_gap_update_conn_params
future != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/common/osi/future.c
future->ready_can_be_called
BT_OSI
[0;31mE (%d) %s: %s unable to allocate memory for return value.
[0;31mE (%d) %s: %s unable to allocate memory for the semaphore.
future_await
future_ready
future_new
BTC_TASK
BT_BTC
[0;31mE (%d) %s: %s UNKNOWN ACT %d
btc_main_call_handler
DevType
AddrType
LinkKey
LE_KEY_PENC
LE_KEY_PID
LE_KEY_PCSRK
LE_KEY_LENC
LE_KEY_LCSRK
BT_BTIF
[0;33mW (%d) %s: exceeded the maximum nubmer of bonded devices, delete the last device info : %s
AuthMode
LE_KEY_LID
LE_LOCAL_KEY_ER
LE_LOCAL_KEY_IRK
LE_LOCAL_KEY_DHK
LE_LOCAL_KEY_IR
Adapter
device_added
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/btc/core/btc_ble_storage.c
key_found
[0;33mW (%d) %s: %s Failed to get auth mode from flash, please erase flash and download the firmware again
[0;31mE (%d) %s: %s, device_type = %x
_btc_read_le_key
_btc_storage_in_fetch_bonded_ble_device
key_value != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/btc/core/btc_config.c
value_str != NULL
0123456789abcdef
bt_config.conf
[0;33mW (%d) %s: %s unable to load config file; starting unconfigured.
[0;31mE (%d) %s: %s unable to allocate a config object.
[0;31mE (%d) %s: %s failed
config != NULL
section != NULL
key != NULL
length != NULL
btc_config_flush
btc_config_remove_section
btc_config_remove
btc_config_section_name
btc_config_section_next
btc_config_section_end
btc_config_section_begin
btc_config_set_bin
btc_config_get_bin
btc_config_set_int
btc_config_get_int
btc_config_exist
btc_config_init
dst_dm_sec
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/btc/core/btc_dm.c
src_dm_sec->ble_key.p_key_value
dst_dm_sec->ble_key.p_key_value
[0;31mE (%d) %s: %s: Unknown service being enabled
[0;31mE (%d) %s: ### ASSERT : %s line %d %s (%d) ###
storing link key failed
[0;33mW (%d) %s: %s() - Pairing timeout; retrying () ...
[0;31mE (%d) %s: %s() Authentication fail reason %d
[0;31mE (%d) %s: %s() BTA_DmRemoveDevice error
[0;31mE (%d) %s: %s() btc_storage_remove_bonded_device error
ESP32
[0;31mE (%d) %s: %s btc_inter_profile_call failed
@btc_dm_link_up_evt
btc_dm_auth_cmpl_evt
btc_dm_sec_cb_handler
btc_in_execute_service_request
btc_dm_sec_arg_deep_copy
[0;31mE (%d) %s: %s btc_transfer_context failed
[0;31mE (%d) %s: %s : Unknown event 0x%x
[0;31mE (%d) %s: The start_scan_cb or results_cb invalid
[0;31mE (%d) %s: Invalid advertisting interval parameters.
[0;31mE (%d) %s: Invalid advertisting type parameters.
[0;31mE (%d) %s: Invalid advertisting channel map parameters.
[0;31mE (%d) %s: Invalid advertisting peer address type parameters.
[0;31mE (%d) %s: Invalid interval value.
[0;31mE (%d) %s: Invalid static random address, the high bit should be 0b11, bits of the random part shall not be all 1 or 0
[0;31mE (%d) %s: Invalid non-resolvable private address, the high bit should be 0b00, bits of the random part shall not be all 1 or 0
[0;31mE (%d) %s: Invalid random address type
[0;31mE (%d) %s: Invalid address, the address value is NULL
[0;31mE (%d) %s: %s, unknow msg->act = %d
[0;31mE (%d) %s: %s %d no mem
[0;31mE (%d) %s: Unhandled deep copy %d
@btc_adv_data_callback
btc_scan_rsp_data_callback
btc_scan_params_callback
btc_search_callback
btc_start_scan_callback
btc_stop_scan_callback
btc_start_adv_callback
btc_stop_adv_callback
btc_set_pkt_length_callback
btc_set_rand_addr_callback
btc_set_local_privacy_callback
btc_add_whitelist_complete_callback
btc_read_ble_rssi_cmpl_callback
btc_adv_data_raw_callback
btc_scan_rsp_data_raw_callback
btc_gap_ble_arg_deep_copy
btc_gap_ble_cb_handler
btc_update_conn_param_callback
btc_update_duplicate_exceptional_list_callback
[0;31mE (%d) %s: Each service table can only created one primary service or secondary service.
[0;31mE (%d) %s: %s, The include service attribute should not be NULL.
[0;31mE (%d) %s: %s, The include service attribute handle is invalid, start_hanlde = %d, end_handle = %d
[0;31mE (%d) %s: %s, Characteristic declaration should not be NULL.
[0;31mE (%d) %s: %s, The Charateristic uuid length = %d is invalid
[0;31mE (%d) %s: %s, The charateristic value uuid = %d is invalid
[0;31mE (%d) %s: %s failed:no mem
[0;31mE (%d) %s: %s wrong uuid length %d
[0;31mE (%d) %s: Each service table can only created one primary service.
[0;31mE (%d) %s: Each service table can only created one secondary service.
[0;31mE (%d) %s: %s Characteristic declaration should not be NULL
[0;31mE (%d) %s: %s %d, invalid length
[0;31mE (%d) %s: %s %d, NULL data
[0;33mW (%d) %s: %s %d, NULL value
@btc_gatts_uuid_format_convert
btc_gatts_check_valid_attr_tab
btc_gatts_act_create_attr_tab
btc_gatts_cb_param_copy_req
btc_gatts_inter_cb
btc_gatts_arg_deep_copy
[0;31mE (%d) %s: %s: Unknown UUID length %d!
[0;31mE (%d) %s: %s UUID len is invalid %d
bta_to_btc_uuid
btc_to_bta_uuid
btc128_to_bta_uuid
[0;31mE (%d) %s: %s transfer failed
[0;31mE (%d) %s: %s: Unhandled event (%d)!
@btc_gattc_copy_req_data
btc_gattc_cback
btc_gattc_call_handler
btc_gatt_com_call_handler
BT_BTM
[0;32mI (%d) %s: %s, link key type:%x
[0;33mW (%d) %s: %s FAILED: Cannot Delete when connection is active
BTM_SecDeleteDevice
BTM_SecAddDevice
[0;31mE (%d) %s: %s: page=%d unexpected
[0;32mI (%d) %s: %s: pend:%d
[0;31mE (%d) %s: btm_read_remote_features handle=%d invalid
[0;31mE (%d) %s: btm_ble_get_acl_remote_addr can not find device with matching address
[0;31mE (%d) %s: Unknown active address: %d
[0;32mI (%d) %s: BTM_SwitchRole BDA: %02x-%02x-%02x-%02x-%02x-%02x
[0;33mW (%d) %s: btm_acl_encrypt_change -> Issuing delayed HCI_Disconnect!!!
[0;33mW (%d) %s: btm_acl_encrypt_change: tBTM_SEC_DEV:0x%x rs_disc_pending=%d
[0;32mI (%d) %s: BTM_SetLinkPolicy switch not supported (settings: 0x%04x)
[0;32mI (%d) %s: BTM_SetLinkPolicy hold not supported (settings: 0x%04x)
[0;32mI (%d) %s: BTM_SetLinkPolicy sniff not supported (settings: 0x%04x)
[0;32mI (%d) %s: BTM_SetLinkPolicy park not supported (settings: 0x%04x)
[0;32mI (%d) %s: BTM_IsAclConnectionUp: RemBdAddr: %02x%02x%02x%02x%02x%02x
[0;31mE (%d) %s: Device not found
[0;33mW (%d) %s: btm_acl_role_changed -> Issuing delayed HCI_Disconnect!!!
[0;31mE (%d) %s: tBTM_SEC_DEV:0x%x rs_disc_pending=%d
[0;32mI (%d) %s: BTM_ReadRSSI: RemBdAddr: %02x%02x%02x%02x%02x%02x
[0;31mE (%d) %s: btm_read_remote_features_complete failed (status 0x%02x)
[0;31mE (%d) %s: btm_read_remote_features_complete handle=%d invalid
[0;31mE (%d) %s: btm_read_remote_ext_features_complete handle=%d invalid
[0;31mE (%d) %s: btm_read_remote_ext_features_complete page=%d unknown
[0;33mW (%d) %s: btm_read_remote_ext_features_failed (status 0x%02x) for handle %d
[0;31mE (%d) %s: btm_read_remote_ext_features_failed handle=%d invalid
btm_process_remote_ext_features
[0;31mE (%d) %s: unknown adv event : %d
[0;31mE (%d) %s: illegal state requested: %d
[0;31mE (%d) %s: state requested not supported: %d
[0;31mE (%d) %s: %s error sending extended scan parameters
[0;31mE (%d) %s: Advertising or scaning now, can't set privacy
[0;31mE (%d) %s: invalid bg connection type : %d
[0;31mE (%d) %s: Illegal params: scan_interval = %d scan_window = %d
[0;31mE (%d) %s: No random address yet, please set random address and try
[0;31mE (%d) %s: Error state
[0;31mE (%d) %s: No RPA and no random address yet, please set RPA or random address and try
[0;31mE (%d) %s: Advertising or scaning now, can't set randaddress %d
[0;31mE (%d) %s: Advertising or scaning now, can't restore public address
[0;32mI (%d) %s: BTM_CheckAdvData type=0x%02X
[0;32mI (%d) %s: %s
[0;33mW (%d) %s: service data does not fit
[0;33mW (%d) %s: data exceed max adv packet length
[0;33mW (%d) %s: %s, Partial data write into ADV
[0;31mE (%d) %s: flag = 0x%x,old_flag = 0x%x
[0;33mW (%d) %s: %s device is no longer discoverable so discarding advertising packet pkt
[0;33mW (%d) %s: EIR data too long %d. discard
[0;31mE (%d) %s: %s scan already active
[0;31mE (%d) %s: %s scan not active
[0;31mE (%d) %s: LE Inquiry is active, can not start inquiry
[0;31mE (%d) %s: %s Observe Already Active
[0;31mE (%d) %s: %s Observe not active
[0;33mW (%d) %s: INQ RES: Extra Response Received...cancelling inquiry..
[0;31mE (%d) %s: %s failed
[0;31mE (%d) %s: adv_int_min or adv_int_max is invalid
@btm_ble_write_adv_enable_complete
btm_ble_process_last_adv_pkt
btm_ble_process_adv_pkt_cont
BTM_BleReadConnectability
BTM_BleReadDiscoverability
BTM_BleWriteAdvData
BTM_BleWriteScanRsp
BTM_BleScan
BTM_BleObserve
btm_ble_send_extended_scan_params
[0;31mE (%d) %s: wrong length for btm_ble_multi_adv_vsc_cmpl_cback
[0;31mE (%d) %s: get unexpected VSC cmpl, expect: %d get: %d
[0;31mE (%d) %s: %s can't locate advertise instance
[0;31mE (%d) %s: outstanding rand generation exceeded max allowed
[0;31mE (%d) %s: Controller does not support Multi ADV
[0;31mE (%d) %s: Invalid instance in BTM_BleEnableAdvInstance
[0;31mE (%d) %s: BTM_BleEnableAdvInstance failed
btm_ble_multi_adv_gen_rpa_cmpl
[0;33mW (%d) %s: %s find pseudo->random match with diff addr type: %d vs %d
[0;31mE (%d) %s: No matching known device in record
btm_find_dev_by_identity_addr
[0;31mE (%d) %s: btm_decode_ext_features_page page=%d unknown
[0;31mE (%d) %s: BTM_RegisterForVSEvents: too many callbacks registered
BT_HCI
[0;31mE (%d) %s: Ctlr H/w error event - code:0x%x
[0;33mW (%d) %s: %s, request not supported
[0;31mE (%d) %s: hci write adv params error 0x%x
[0;31mE (%d) %s: hci connection params reply command error 0x%x
[0;31mE (%d) %s: hci connection params neg reply command error %x
[0;31mE (%d) %s: %s opcode 0x%x status 0x%x
@btu_hcif_hdl_command_complete
btu_ble_data_length_change_evt
p_tle != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/stack/btu/btu_task.c
@data != NULL
btu_gen
[0;31mE (%d) %s: %s Unable to create alarm
[0;33mW (%d) %s: %s Unable to find expected alarm in hashmap
btu_oneshot
btu_stop_timer_oneshot
btu_start_timer_oneshot
btu_oneshot_alarm_cb
btu_free_quick_timer
btu_free_timer
btu_stop_timer
btu_start_timer
btu_general_alarm_cb
btu_general_alarm_process
btu_l2cap_alarm_process
BTU_TASK
[0;31mE (%d) %s: %s Unable to allocate resources for bt_workqueue
BTU_StartUp
BT_GAP
[0;31mE (%d) %s: gap_ble_accept_cl_operation max connection reached
[0;31mE (%d) %s: Cannot cancel current op is not get dev name
[0;31mE (%d) %s: Cannot cancel where No connection id
BT_GATT
[0;31mE (%d) %s: gatt_update_app_hold_link_status p_tcb=NULL
[0;31mE (%d) %s: ATT - Rcvd L2CAP data, unknown cmd: 0x%x
[0;31mE (%d) %s: ATT - Rcvd L2CAP data, unknown req: 0x%x
[0;31mE (%d) %s: invalid data length, ignore
[0;31mE (%d) %s: Unable to find conn_id for %02x%02x%02x%02x%02x%02x
[0;31mE (%d) %s: Unable to add a service change client
[0;33mW (%d) %s: ATT - Ignored L2CAP data while in state: %d
[0;31mE (%d) %s: CCB max out, no rsources
[0;31mE (%d) %s: gatt_connect failed
[0;31mE (%d) %s: Max TCB for gatt_if [%d] reached.
[0;31mE (%d) %s: process_read_multi_rsp - nothing found!!
[0;31mE (%d) %s: invalid MTU request PDU received.
[0;31mE (%d) %s: format mismatch
[0;31mE (%d) %s: %s free msg %p
[0;31mE (%d) %s: gatts_process_find_info failed. no resources.
[0;31mE (%d) %s: Exception!!! already has respond message
[0;31mE (%d) %s: Error in %s, line=%d, prepare write total number (%d) should not smaller than prepare queue number (%d)
[0;31mE (%d) %s: max attribute handle reached in ReadMultiple Request.
[0;31mE (%d) %s: gatts_process_primary_service_req failed. no resources.
[0;31mE (%d) %s: Error in %s, line=%d, max pending command, send error
[0;31mE (%d) %s: %s: Prepare write request was invalid - missing offset, sending error response
[0;31mE (%d) %s: Error in %s, attribute of handle 0x%x not allocate value buffer
[0;31mE (%d) %s: Error in %s, Line %d: GATT BUSY
[0;31mE (%d) %s: Error in %s, line=%d, fail to send prepare_write_rsp, status=0x%x
[0;31mE (%d) %s: Error in %s, line=%d, queue_data should not be NULL here, fail to send prepare_write_rsp
[0;31mE (%d) %s: Illegal PDU length, discard request
[0;31mE (%d) %s: unexpected handle value confirmation
[0;31mE (%d) %s: server receive invalid PDU size:%d pdu size:%d
gatt_attr_process_prepare_write
gatts_process_write_req
gatt_process_exec_write_req
gatt_dequeue_sr_cmd
[0;33mW (%d) %s: attribute value too long, to be truncated to %d
[0;31mE (%d) %s: Invalid parameters in %s, op_code=0x%x, the p_msg should not be NULL.
[0;31mE (%d) %s: No resources
[0;31mE (%d) %s: Peer device not connected
attp_build_sr_msg
[0;31mE (%d) %s: %s: Data length %u less than expected %u
[0;31mE (%d) %s: Signature Verification Failed, data ignored
[0;31mE (%d) %s: gatt_security_check_start BTM_SetEncryption failed btm_status=%d
[0;31mE (%d) %s: Unknown operation encryption completed
[0;31mE (%d) %s: enc callback for unknown bd_addr
gatt_verify_signature
[0;32mI (%d) %s: GATTS_CreateService
[0;31mE (%d) %s: Inavlid gatt_if=%d
[0;31mE (%d) %s: GATTS_ReserveHandles: no handles, s_hdl: %u needed: %u
[0;31mE (%d) %s: GATTS_ReserveHandles: no free handle blocks
[0;31mE (%d) %s: gatt_add_pending_new_srv_start: no free blocks
[0;31mE (%d) %s: GATTS_ReserveHandles: service DB initialization failed
[0;32mI (%d) %s: GATTS_StartService
[0;31mE (%d) %s: Application not found
[0;31mE (%d) %s: no service found
[0;31mE (%d) %s: Duplicate Service start - Service already started
[0;31mE (%d) %s: GATTS_StartService: no free server registration block
[0;32mI (%d) %s: GATTS_StopService %u
[0;31mE (%d) %s: GATTS_StopService service_handle: %u is not in use
[0;31mE (%d) %s: Application not foud
[0;31mE (%d) %s: No Service found
[0;32mI (%d) %s: GATTS_HandleValueIndication
[0;31mE (%d) %s: GATTS_HandleValueIndication Unknown conn_id: %u
[0;32mI (%d) %s: GATTS_HandleValueNotification
[0;31mE (%d) %s: GATTS_HandleValueNotification Unknown conn_id: %u
[0;32mI (%d) %s: GATTS_SendRsp: conn_id: %u trans_id: %u Status: 0x%04x
[0;31mE (%d) %s: GATTS_SendRsp Unknown conn_id: %u
[0;31mE (%d) %s: GATTS_SendRsp conn_id: %u waiting for op_code = %02x
[0;31mE (%d) %s: Service not created
[0;32mI (%d) %s: GATTC_ConfigureMTU conn_id=%d mtu=%d
[0;31mE (%d) %s: GATTC_ConfigureMTU GATT_BUSY conn_id = %d
[0;32mI (%d) %s: GATTC_Discover conn_id=%d disc_type=%d
[0;31mE (%d) %s: GATTC_Discover Illegal param: disc_type %d conn_id = %d
[0;31mE (%d) %s: GATTC_Discover GATT_BUSY conn_id = %d
[0;32mI (%d) %s: GATTC_Read conn_id=%d type=%d
[0;31mE (%d) %s: GATT_Read Illegal param: conn_id %d, type 0%d,
[0;31mE (%d) %s: GATTC_Read GATT_BUSY conn_id = %d
[0;31mE (%d) %s: GATT_Write Illegal param: conn_id %d, type 0%d,
[0;31mE (%d) %s: GATTC_Write GATT_BUSY conn_id = %d
[0;32mI (%d) %s: GATTC_ExecuteWrite conn_id=%d is_execute=%d
[0;31mE (%d) %s: GATTC_ExecuteWrite Illegal param: conn_id %d
[0;31mE (%d) %s: Unable to allocate client CB for conn_id %d
[0;32mI (%d) %s: GATTC_SendHandleValueConfirm conn_id=%d handle=0x%x
[0;31mE (%d) %s: GATTC_SendHandleValueConfirm - Unknown conn_id: %u
[0;32mI (%d) %s: GATT_SetIdleTimeout idle_tout=%d status=%d(1-OK 0-not performed)
[0;32mI (%d) %s: GATT_Register
[0;31mE (%d) %s: application already registered.
[0;32mI (%d) %s: allocated gatt_if=%d
[0;32mI (%d) %s: GATT_StartIf gatt_if=%d
[0;32mI (%d) %s: GATT_Connect gatt_if=%d
[0;31mE (%d) %s: GATT_Connect - gatt_if =%d is not registered
[0;31mE (%d) %s: Unsupported transport for background connection
[0;32mI (%d) %s: GATT_CancelConnect gatt_if=%d
[0;31mE (%d) %s: GATT_CancelConnect - gatt_if =%d is not registered
[0;31mE (%d) %s: GATT_CancelConnect - no app found
[0;31mE (%d) %s: GATT_CancelConnect -no app associated with the bg device for unconditional removal
[0;32mI (%d) %s: GATT_Disconnect conn_id=%d
[0;31mE (%d) %s: %s can't send service change indication manually, please configure the option through menuconfig
[0;32mI (%d) %s: GATT_GetConnectionInfor conn_id=%d
[0;32mI (%d) %s: GATT_GetConnIdIfConnected status=%d
[0;32mI (%d) %s: GATT_Listen gatt_if=%d
[0;31mE (%d) %s: GATT_Listen - gatt_if =%d is not registered
[0;32mI (%d) %s: GATT_Deregister gatt_if=%d
[0;31mE (%d) %s: GATT_Deregister with invalid gatt_if: %u
GATT_SendServiceChangeIndication
[0;31mE (%d) %s: DO NOT ALLOW 32 BITS UUID IN ATT PDU
[0;33mW (%d) %s: gatt_parse_uuid_from_cmd invalid uuid size
[0;33mW (%d) %s: gatt_ind_ack_timeout send ack now
[0;33mW (%d) %s: gatt_if out of range [ = %d]
[0;33mW (%d) %s: gatt_if found but not in use.
[0;31mE (%d) %s: p_reg not found discard request
[0;33mW (%d) %s: Call back not found for application conn_id=%d
[0;31mE (%d) %s: GATT_CancelConnect - link connected Too late to cancel
[0;33mW (%d) %s: gatt_rsp_timeout clcb is already deleted
[0;33mW (%d) %s: gatt_rsp_timeout retry discovery primary service
[0;31mE (%d) %s: gatt_rsp_timeout command queue out of sync, disconnect
[0;33mW (%d) %s: gatt_rsp_timeout disconnecting...
[0;33mW (%d) %s: gatt_end_operation not sent out op=%d p_disc_cmpl_cb:%p p_cmpl_cb:%p
0x%04x
0x%08x
0x%02x%02x%02x%02x%02x%02x%02x%02x
%02x%02x%02x%02x%02x%02x%02x%02x
[0;31mE (%d) %s: Active Service Found
[0;31mE (%d) %s: device already in iniator white list
[0;31mE (%d) %s: device already in adv white list
[0;31mE (%d) %s: no device record available
[0;32mI (%d) %s: gatt_update_auto_connect_dev
[0;31mE (%d) %s: gatt_update_auto_connect_dev - gatt_if %d is not registered
[0;33mW (%d) %s: Data length exceeds 31 bytes, only the first 31 bytes are used.
BT_L2CAP
[0;33mW (%d) %s: L2CAP - no buffer cmd_rej
[0;33mW (%d) %s: L2CAP - no buffer for echo_req
[0;33mW (%d) %s: L2CAP - no buffer for info_req
[0;31mE (%d) %s: l2cu_enqueue_ccb CID: 0x%04x ERROR in_use: %u p_lcb: %p
[0;31mE (%d) %s: l2cu_dequeue_ccb CID: 0x%04x ERROR in_use: %u p_lcb: %p p_q: %p p_q->p_first_ccb: %p
[0;31mE (%d) %s: l2cu_allocate_ccb: could not find CCB for CID 0x%04x in the free list
[0;33mW (%d) %s: L2CAP - no LCB for L2CA_SetAclPriority
[0;31mE (%d) %s: L2CAP - no buffer for l2cu_create_conn
[0;33mW (%d) %s: l2cu_send_peer_ble_par_req - no buffer
[0;33mW (%d) %s: l2cu_send_peer_ble_par_rsp - no buffer
[0;33mW (%d) %s: l2cu_send_peer_ble_credit_based_disconn_req - no buffer
[0;31mE (%d) %s: l2cu_get_buffer_to_send: No data to be sent
[0;33mW (%d) %s: L2CAP - holding ACL for unknown handle:%d ls:%d cid:%d opcode:%d cur count:%d
[0;31mE (%d) %s: L2CAP - rcvd ACL for unknown handle:%d ls:%d cid:%d opcode:%d cur count:%d
[0;33mW (%d) %s: L2CAP - expected pkt start or complete, got: %d
[0;33mW (%d) %s: L2CAP - unknown CID: 0x%04x
[0;33mW (%d) %s: L2CAP - got incorrect hci header
[0;33mW (%d) %s: L2CAP - bad length in pkt. Exp: %d Act: %d
[0;33mW (%d) %s: L2CAP HOLD CONTINUE
[0;33mW (%d) %s: L2CAP HOLD TIMEOUT
[0;31mE (%d) %s: %s unable to allocate memory for link layer control block
l2c_init
[0;31mE (%d) %s: L2CAP failed to allocate LCB
[0;31mE (%d) %s: L2CAP got conn_req while connected (state:%d). Reject it
[0;33mW (%d) %s: L2CAP got conn_comp for unknown BD_ADDR
[0;31mE (%d) %s: L2CAP got conn_comp in bad state: %d status: 0x%d
[0;31mE (%d) %s: l2cab is_cong_cback_context
[0;33mW (%d) %s: L2CAP - ping timeout
[0;33mW (%d) %s: L2CAP - rcvd segment complete, unknown handle: %d
[0;33mW (%d) %s: %s, the last connection update command still pending.
[0;33mW (%d) %s: L2CA_CancelBleConnectReq - no connection pending
[0;33mW (%d) %s: L2CA_CancelBleConnectReq - different BDA Connecting: %08x%04x Cancel: %08x%04x
[0;31mE (%d) %s: l2cble_scanner_conn_comp - failed to allocate LCB
[0;33mW (%d) %s: l2cble_scanner_conn_comp - LCB but no CCB
[0;31mE (%d) %s: L2CAP got BLE scanner conn_comp in bad state: %d
[0;33mW (%d) %s: upd_ll_conn_params: HANDLE=%d min_conn_int=%d max_conn_int=%d slave_latency=%d supervision_tout=%d
[0;31mE (%d) %s: l2cble_advertiser_conn_comp - failed to allocate LCB
[0;33mW (%d) %s: unknown device, can not initate connection
[0;31mE (%d) %s: initate direct connection fail, topology limitation
[0;31mE (%d) %s: initate direct connection fail, no resources
[0;33mW (%d) %s: L2CAP - LE - cannot start new connection at conn st: %d
[0;33mW (%d) %s: No link to update connection parameter
[0;33mW (%d) %s: L2CA_UpdateBleConnParams - unknown BD_ADDR %08x%04x
[0;33mW (%d) %s: L2CA_UpdateBleConnParams - BD_ADDR %08x%04x not LE
[0;31mE (%d) %s: There are two connection parameter requests that are being updated, please try later
[0;33mW (%d) %s: L2CA_EnableUpdateBleConnParams - unknown BD_ADDR %08x%04x
[0;32mI (%d) %s: %s - BD_ADDR %08x%04x enable %d current upd state 0x%02x
[0;33mW (%d) %s: %s - BD_ADDR %08x%04x not LE (link role %d)
[0;33mW (%d) %s: l2cble_process_conn_update_evt: Invalid handle: %d
[0;33mW (%d) %s: l2cble_process_conn_update_evt: Error status: %d
[0;31mE (%d) %s: %s: Invalid handle: %d
[0;33mW (%d) %s: L2CAP - LE - format error, pkt_len: %d cmd_len: %d code: %d
[0;31mE (%d) %s: slave connection parameters update failed, the parameters are out of range
[0;33mW (%d) %s: L2CAP - LE - unknown cmd code: %d
[0;33mW (%d) %s: LE link doesn't exist
l2cble_get_conn_param_format_err_from_contoller
L2CA_EnableUpdateBleConnParams
l2cble_start_conn_update
[0;33mW (%d) %s: L2CAP - no CCB for L2CA_SetIdleTimeout, CID: %d
[0;32mI (%d) %s: L2CA_SetDesireRole() new:x%x, disallow_switch:%d
[0;33mW (%d) %s: L2CA_GetPeerFeatures() No BDA: %08x%04x
[0;32mI (%d) %s: L2CA_GetPeerFeatures() BDA: %08x%04x ExtFea: 0x%08x Chnl_Mask[0]: 0x%02x
[0;31mE (%d) %s: L2CA_RegisterFixedChannel() Invalid CID: 0x%04x
[0;32mI (%d) %s: %s() CID: 0x%04x BDA: %08x%04x
[0;31mE (%d) %s: %s() Invalid CID: 0x%04x
[0;33mW (%d) %s: %s(0x%04x) - BTU not ready
[0;33mW (%d) %s: %s(0x%04x) - LCB but no CCB
[0;33mW (%d) %s: %s(0x%04x) - no LCB
[0;33mW (%d) %s: %s(0x%04x) - no CCB
[0;33mW (%d) %s: %s() - create_conn failed
[0;32mI (%d) %s: L2CA_SendFixedChnlData() CID: 0x%04x BDA: %08x%04x
[0;31mE (%d) %s: L2CA_SendFixedChnlData() Invalid CID: 0x%04x
[0;33mW (%d) %s: L2CA_SendFixedChnlData(0x%04x) - BTU not ready
[0;33mW (%d) %s: L2CA_SendFixedChnlData(0x%04x) - no LCB
[0;33mW (%d) %s: L2CA_SendFixedChnlData() - peer does not support fixed chnl: 0x%04x
[0;33mW (%d) %s: L2CA_SendFixedChnlData() - no CCB for chnl: 0x%4x
[0;31mE (%d) %s: L2CA_RemoveFixedChnl() Invalid CID: 0x%04x
[0;32mI (%d) %s: L2CA_RemoveFixedChnl() CID: 0x%04x BDA: %08x%04x
[0;33mW (%d) %s: L2CA_SetFixedChannelTout() CID: 0x%04x BDA: %08x%04x not connected
[0;31mE (%d) %s: %s buff_semaphore not init
[0;31mE (%d) %s: %s not found p_tcb
[0;31mE (%d) %s: %s not found p_lcb
[0;31mE (%d) %s: %s not found queue
[0;31mE (%d) %s: %s NO MEMORY
@l2ble_update_att_acl_pkt_num
L2CA_ConnectFixedChnl
BT_SMP
[0;31mE (%d) %s: SMP_Register: duplicate registration, overwrite it
[0;31mE (%d) %s: %s: L2C connect fixed channel failed.
[0;33mW (%d) %s: SMP_PasskeyReply() - Wrong State: %d
[0;31mE (%d) %s: SMP_PasskeyReply() - Wrong BD Addr
[0;31mE (%d) %s: SMP_PasskeyReply() - no dev CB
[0;33mW (%d) %s: SMP_PasskeyReply() - Wrong key len: %d or passkey entry fail
[0;33mW (%d) %s: %s() - Wrong State: %d
[0;31mE (%d) %s: %s() - Wrong BD Addr
[0;31mE (%d) %s: %s() - no dev CB
[0;33mW (%d) %s: %s() - Numeric Comparison fails
SMP_ConfirmReply
SMP_Pair
[0;33mW (%d) %s: Rcvd from the peer cmd 0x%02x with Pairing Keypress Notification value (0x%02x) out of range).
[0;33mW (%d) %s: Rcvd from the peer cmd 0x%02x with IO Capabilty value (0x%02x) out of range).
[0;33mW (%d) %s: Rcvd from the peer cmd 0x%02x with OOB data flag value (0x%02x) out of range).
[0;33mW (%d) %s: Rcvd from the peer cmd 0x%02x with Bonding_Flags value (0x%02x) out of range).
[0;33mW (%d) %s: Rcvd from the peer cmd 0x%02x with Maximum Encryption Key value (0x%02x) less than minimum required key size).
[0;33mW (%d) %s: Rcvd from the peer cmd 0x%02x with Maximum Encryption Key value (0x%02x) greater than supported by stack).
[0;33mW (%d) %s: Rcvd from the peer cmd 0x%02x with invalid length 0x%02x (per spec the length is 0x%02x).
[0;31mE (%d) %s: SMP failed to pass msg:0x%0x to L2CAP
[0;33mW (%d) %s: Somehow received command with the RESERVED code 0x%02x
[0;31mE (%d) %s: can not collect peer le addr information for unknown device
calculated peer commitment
received peer commitment
[0;33mW (%d) %s: Commitment check fails
smp_calculate_f5_mackey_and_long_term_key
[0;31mE (%d) %s: smp_generate_y failed
[0;31mE (%d) %s: %s failed unable to allocate buffer
[0;33mW (%d) %s: FOR LE SC LTK IS USED INSTEAD OF STK
[0;31mE (%d) %s: smp_generate_csrk failed
[0;31mE (%d) %s: can not generate confirm for unknown device
[0;31mE (%d) %s: can not generate confirm p2 for unknown device
[0;31mE (%d) %s: smp_calculate_comfirm_cont failed
[0;31mE (%d) %s: smp_generate_csrk failed
[0;31mE (%d) %s: %s key generation failed: (%d)
[0;33mW (%d) %s: local commitment calc on master is not expected for Just Works/Numeric Comparison models
[0;33mW (%d) %s: local commitment calc is expected for OOB model BEFORE pairing
[0;31mE (%d) %s: Association Model = %d is not used in LE SC
[0;33mW (%d) %s: peer commitment calc on slave is not expected for Just Works/Numeric Comparison models
[0;31mE (%d) %s: Value for numeric comparison = %d
leltb
[0;31mE (%d) %s: %s failed to calc T
[0;31mE (%d) %s: %s failed to calc MacKey
[0;31mE (%d) %s: %s failed to calc LTK
[0;33mW (%d) %s: Don't have peer public address to associate with LK
[0;31mE (%d) %s: %s failed to find Security Record
1pmt
[0;31mE (%d) %s: %s failed to derive intermediate_link_key
rbel
[0;31mE (%d) %s: %s failed to update link_key. Sec Mode = %d, sm4 = 0x%02x
smp_calculate_h6
smp_calculate_link_key_from_long_term_key
smp_calculate_f6
smp_calculate_f5_key
smp_calculate_f5_mackey_or_long_term_key
smp_calculate_f5
smp_calculate_g2
smp_calculate_legacy_short_term_key
smp_generate_stk
smp_generate_ltk_cont
smp_rand_back
smp_encrypt_data
sS? Re^(
v;VN
_E#S
=Ll~
J\8Ws
m,c|w{
9JLX
~=d]
[0;33mW (%d) %s: Ignore received command with RESERVED code 0x%02x
[0;31mE (%d) %s: Unexpected %s: num_pkt = %d
smp_tx_complete_callback
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/common/osi/hash_map.c
[0;31mE (%d) %s: bt host error %s %u
queue != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/common/osi/fixed_queue.c
removed
ready_cb != NULL
fixed_queue_process
fixed_queue_unregister_dequeue
fixed_queue_register_dequeue
fixed_queue_get_list
fixed_queue_try_remove_from_queue
fixed_queue_dequeue
fixed_queue_enqueue
fp != 0
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/common/osi/config.c
[0;31mE (%d) %s: %s, malloc error
bt_cfg_key
%s%d
[0;31mE (%d) %s: %s, error %d
[0;31mE (%d) %s: %s unable to allocate memory for config_t.
[0;31mE (%d) %s: %s unable to allocate list for sections.
Global
[0;33mW (%d) %s: %s exceed max line length on line %d.
[0;33mW (%d) %s: %s unterminated section name on line %d.
[0;31mE (%d) %s: %s returned with err code: %d
filename != NULL
[0;31mE (%d) %s: %s: NVS not initialized. Call nvs_flash_init before initializing bluetooth.
[0;31mE (%d) %s: %s unable to open NVS namespace '%s'
node != NULL
*filename != '\0'
[%s]
[0;31mE (%d) %s: snprintf error w_cnt %d.
[0;31mE (%d) %s: %s, memcpy size (w_cnt + w_cnt_total = %d) is larger than buffer size (config_size = %d).
%s = %s
[0;31mE (%d) %s: %s, memcpy size (w_cnt + w_cnt_total = %d) is larger than buffer size.(config_size = %d)
count <= 0xFF
[0;31mE (%d) %s: %s, err_code: 0x%x
get_config_size
config_save
config_section_name
config_section_next
config_section_end
config_section_begin
config_remove_key
config_remove_section
config_set_int
config_get_string
config_get_int
config_has_key
get_config_size_from_flash
config_parse
config_new
config_new_empty
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/common/osi/list.c
[0;31mE (%d) %s: %s osi_calloc failed.
list_append
list_prepend
list_insert_after
[0;31mE (%d) %s: %s null
[0;31mE (%d) %s: %s failed to delete timer, err 0x%x
[0;33mW (%d) %s: %s, invalid state %d
alarm_mutex != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/common/osi/alarm.c
[0;31mE (%d) %s: %s, invalid state %d
[0;31mE (%d) %s: %s failed to start timer, err 0x%x
[0;31mE (%d) %s: %s alarm_cbs exhausted
[0;31mE (%d) %s: %s failed to create timer, err 0x%x
alarm != NULL
osi_alarm_is_active
osi_alarm_cancel
alarm_set
osi_alarm_free
alarm_cb_handler
osi_alarm_new
alarm_free
osi_alarm_deinit
osi_alarm_init
osi_alarm_delete_mux
osi_alarm_create_mux
thread != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/common/osi/thread.c
func != NULL
osi_thread_post
osi_thread_join
osi_thread_stop
BT_APPL
[0;32mI (%d) %s: BTA_EnableTestMode
[0;32mI (%d) %s: BTA_DmSetBleAdvParamsAll: %d, %d
[0;32mI (%d) %s: adv_type = %d, addr_type_own = %d, chnl_map = %d, adv_fil_pol = %d
[0;32mI (%d) %s: BTA_DmBleBroadcast: start = %d
[0;32mI (%d) %s: BTA_DmSetEncryption
[0;32mI (%d) %s: BTA_DmBleScan:start = %d
[0;32mI (%d) %s: set the random address
[0;31mE (%d) %s: %s error:Invalid io cap value.
[0;31mE (%d) %s: %s error:Invalid key size value, key_size =%d
bta_dm_co_ble_set_appl_enc_key_size
bta_dm_co_ble_set_min_key_size
bta_dm_co_ble_set_max_key_size
bta_dm_co_ble_set_io_cap
[0;31mE (%d) %s: %s Device does not exist in DB
[0;33mW (%d) %s: %s() Received AMP Key
[0;33mW (%d) %s: [%d]: state:%d, info:x%x, avoid_rs %d
[0;31mE (%d) %s: Fail to read local device name for EIR
[0;31mE (%d) %s: bta_dm_set_eir couldn't allocate buffer
[0;33mW (%d) %s: BTA EIR: local name is shortened
[0;33mW (%d) %s: BTA EIR: UUID 16-bit list is truncated
[0;33mW (%d) %s: BTA EIR: UUID 32-bit list is truncated
[0;33mW (%d) %s: BTA EIR: UUID 128-bit list is truncated
[0;33mW (%d) %s: %s Device already started by another application
[0;31mE (%d) %s: %s, malloc failed.
[0;31mE (%d) %s: %s(), the callback function can't be NULL.
[0;31mE (%d) %s: BTA_DM: Error adding device %08x%04x
[0;31mE (%d) %s: unknown device, remove ACL failed
[0;31mE (%d) %s: delete device from security database failed.
[0;33mW (%d) %s: bta_dm_rs_cback:%d
[0;33mW (%d) %s: %s BTA_DISABLE_DELAY set to %d ms
[0;31mE (%d) %s: %s max active connection reached, no resources
[0;31mE (%d) %s: bta_dm_set_encryption callback is not provided
[0;31mE (%d) %s: earlier enc was not done for same device
[0;31mE (%d) %s: %s, not find peer_bdaddr or peer_bdaddr connection state error
[0;31mE (%d) %s: BTA_DM: Error adding BLE Key for device %08x%04x
[0;31mE (%d) %s: BTA_DM: Error adding BLE Device for device %08x%04x
[0;31mE (%d) %s: %s(), fail to set scan params.
[0;31mE (%d) %s: Update connection parameters failed!
[0;31mE (%d) %s: Invalid random adress type = %d
[0;31mE (%d) %s: Invalid BTA event,can't stop the BLE adverting
[0;33mW (%d) %s: %s start observe failed. status=0x%x
[0;33mW (%d) %s: %s stop observe failed, status=0x%x
[0;33mW (%d) %s: %s start scan failed. status=0x%x
[0;33mW (%d) %s: %s stop scan failed, status=0x%x
[0;31mE (%d) %s: %s(), fail to set ble adv params.
[0;31mE (%d) %s: %s error: Invalid connection remote_bda.
bta_dm_ble_broadcast
bta_dm_ble_set_data_length
bta_dm_ble_set_data_length
bta_dm_ble_set_adv_params_all
bta_dm_ble_scan
bta_dm_ble_observe
bta_dm_ble_set_scan_fil_params
bta_dm_set_encryption
bta_dm_acl_change
bta_dm_read_rssi
bta_dm_ble_read_adv_tx_power
bta_dm_config_eir
bta_dm_disable
bta_dm_enable
bta_dm_new_link_key_cback
bta_dm_remove_sec_dev_entry
A?
[0;33mW (%d) %s: GATTS Module not enabled/already disabled
[0;31mE (%d) %s: Allocate fail for %s
BTA_GATTS_AddCharDescriptor
[0;31mE (%d) %s: service not created
[0;33mW (%d) %s: GATTC Module not enabled/already disabled
[0;32mI (%d) %s: BTA_GATTC_SendIndConfirm conn_id=%d handle =0x%x
[0;31mE (%d) %s: deregistration failed, handle is 0
[0;31mE (%d) %s: Max Notification Reached, registration failed.
[0;31mE (%d) %s: Client_if: %d Not Registered
[0;31mE (%d) %s: %s: deregistration failed, handle is 0
[0;31mE (%d) %s: %s client_if: %d not registered bd_addr:%02x:%02x:%02x:%02x:%02x:%02x
[0;31mE (%d) %s: %s registration not found bd_addr:%02x:%02x:%02x:%02x:%02x:%02x
BTA_GATTC_DeregisterForNotifications
@p_clcb != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gattc_utils.c
[0;31mE (%d) %s: bta_gattc_clcb_dealloc p_clcb=NULL
[0;31mE (%d) %s: %s(), the gattc command queue is full.
[0;31mE (%d) %s: %s(), line = %d, alloc fail, no memery.
[0;31mE (%d) %s: can not clear indication/notif registration for unknown app
[0;31mE (%d) %s: %s unable to find the bg connection mask for: %s
[0;31mE (%d) %s: no available space to mark the bg connection status
bta_gattc_mark_bg_conn
bta_gattc_has_prepare_command_in_queue
bta_gattc_enqueue
[0;31mE (%d) %s: connection request on gatt_if[%d] is not interested
[0;31mE (%d) %s: request received on unknown connection ID: %d
[0;33mW (%d) %s: %s not found connection parameters of the device
[0;31mE (%d) %s: bta_gatts_conn_cback server_if=%d not found
[0;31mE (%d) %s: BTA GATTS NV register failed.
[0;31mE (%d) %s: GATTS not enabled
[0;31mE (%d) %s: application already registered.
[0;31mE (%d) %s: Unable to start app.: Unknown interface =%d
[0;31mE (%d) %s: application not registered.
[0;31mE (%d) %s: service creation failed.
[0;31mE (%d) %s: Application not registered
[0;31mE (%d) %s: Sending response failed
[0;31mE (%d) %s: Unknown connection ID: %d fail sending notification
[0;31mE (%d) %s: %s, incorrect length
[0;31mE (%d) %s: Not an registered servce attribute ID: 0x%04x
[0;31mE (%d) %s: Inavlide server_if=%d
[0;31mE (%d) %s: bta_gatts_cancel_open failed for open request
[0;31mE (%d) %s: bta_gatts_close fail conn_id=%d
[0;31mE (%d) %s: Unknown connection ID: %d
[0;31mE (%d) %s: Unknown GATTS application
[0;31mE (%d) %s: bta_gatts_listen Listen failed
bta_gatts_indicate_handle
bta_gatts_conn_cback
[0;33mW (%d) %s: %s() - cif=%d connected=%d conn_id=%d reason=0x%04x
[0;31mE (%d) %s: Register with GATT stack failed.
[0;31mE (%d) %s: Connection already opened. wrong state
[0;31mE (%d) %s: Connection open failure
[0;31mE (%d) %s: %s unable to connect to remote bd_addr:%02x:%02x:%02x:%02x:%02x:%02x
[0;31mE (%d) %s: No resources to open a new connection.
[0;31mE (%d) %s: bta_gattc_process_api_open Failed, unknown client_if: %d
[0;31mE (%d) %s: bta_gattc_cancel_bk_conn failed
[0;31mE (%d) %s: No such connection need to be cancelled
[0;31mE (%d) %s: bta_gattc_deregister Deregister Failedm unknown client cif
[0;31mE (%d) %s: not enabled or disable in pogress
[0;31mE (%d) %s: discovery on server failed
[0;31mE (%d) %s: unknown device, can not start discovery
[0;31mE (%d) %s: bta_gattc_confirm to handle [0x%04x] failed
p_clcb->p_cmd_list
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/bta/gatt/bta_gattc_act.c
[0;31mE (%d) %s: service change write ccc failed
[0;31mE (%d) %s: unexpected operation, ignored
[0;31mE (%d) %s: No pending command
[0;31mE (%d) %s: expect op:(%u :0x%04x), receive unexpected operation (%u).
[0;31mE (%d) %s: operation not supported at current state [%d]
[0;31mE (%d) %s: %s: received malformed service changed indication, skipping
[0;31mE (%d) %s: %s indication/notif for unknown app
[0;31mE (%d) %s: %s indication/notif for unregistered app
[0;31mE (%d) %s: %s indication/notif for unknown device, ignore
[0;31mE (%d) %s: bta_gattc_cmpl_cback unknown conn_id = %d, ignore data
[0;31mE (%d) %s: bta_gattc_init_clcb_conn ERROR: not a connected device
[0;31mE (%d) %s: bta_gattc_listen failed, unknown client_if: %d
[0;31mE (%d) %s: Listen failure
bta_gattc_process_indicate
bta_gattc_process_srvc_chg_ind
bta_gattc_free_command_data
bta_gattc_init_bk_conn
bta_gattc_conn_cback
bta_gattc_conn_cback
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/bta/sys/bta_sys_main.c
[0;33mW (%d) %s: BTA got unregistered event id %d
bta_sys
[0;31mE (%d) %s: %s unable to create alarm.
[0;33mW (%d) %s: bta_sys_disable: unkown module
bta_sys_free_timer
bta_sys_stop_timer
bta_sys_timer_is_active
bta_sys_start_timer
bta_alarm_cb
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/device/bdaddr.c
first != NULL
second != NULL
string != NULL
string_to_bdaddr
string_is_bdaddr
bdaddr_to_string
bdaddr_equals
controller_param.readable
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/device/controller.c
controller_param.ble_supported
index < MAX_FEATURES_CLASSIC_PAGE_COUNT
page_number == 0
start_up
get_address
get_bt_version
get_features_classic
get_last_features_classic_index
get_features_ble
get_ble_supported_states
supports_simple_pairing
supports_secure_connections
supports_simultaneous_le_bredr
supports_reading_remote_extended_features
supports_interlaced_inquiry_scan
supports_rssi_with_inquiry_results
supports_extended_inquiry_response
supports_master_slave_role_switch
supports_ble
supports_ble_packet_extension
supports_ble_connection_parameters_request
supports_ble_privacy
get_acl_data_size_classic
get_acl_data_size_ble
get_acl_packet_size_classic
get_acl_packet_size_ble
get_ble_suggested_default_data_length
get_ble_suggested_default_data_txtime
get_acl_buffer_count_classic
get_acl_buffer_count_ble
get_ble_white_list_size
get_ble_resolving_list_max_size
set_ble_resolving_list_max_size
event_code == HCI_COMMAND_COMPLETE_EVT
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/hci/hci_packet_parser.c
parameter_length >= (parameter_bytes_we_read_here + minimum_bytes_after)
opcode == expected_opcode
stream != NULL
*page_number_ptr < feature_pages_count
[0;31mE (%d) %s: %s() - WARNING: READING EXTENDED FEATURES FAILED. THIS MAY INDICATE A FIRMWARE/CONTROLLER ISSUE.
parse_read_buffer_size_response
parse_read_local_version_info_response
parse_read_bd_addr_response
parse_read_local_supported_commands_response
parse_read_local_extended_features_response
parse_ble_read_white_list_size_response
parse_ble_read_buffer_size_response
parse_ble_read_supported_states_response
parse_ble_read_local_supported_features_response
read_command_complete_header
[0;31mE (%d) %s: %s invalid event type, could not translate 0x%x
[0;31mE (%d) %s: %s unable to create pending command queue.
[0;31mE (%d) %s: %s unable to create pending packet queue.
[0;31mE (%d) %s: %s unable to create list for commands pending response.
cmd_rsp_to
[0;31mE (%d) %s: %s unable to create command response timer.
[0;31mE (%d) %s: %s with no commands pending response
[0;31mE (%d) %s: %s hci layer timeout waiting for response to a command. opcode: 0x%x
hciT
[0;33mW (%d) %s: %s command complete event with no matching command. opcode: 0x%x.
[0;33mW (%d) %s: %s command status event with no matching command. opcode: 0x%x
wait_entry != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/hci/hci_layer.c
[0;31mE (%d) %s: %s couldn't allocate space for wait entry.
[0;33mW (%d) %s: %s legacy transmit of command. Use transmit_command instead.
transmit_command
transmit_command_futured
transmit_downward
command_timed_out
hci_layer_init_env
event_to_data_type
filter_incoming_event
@ret
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/hci/hci_packet_factory.c
make_packet
[0;31mE (%d) %s: Start HCI Host Layer Failure
[0;31mE (%d) %s: %s could not get hci layer interface.
bte_main_boot_entry
[0;31mE (%d) %s: %s failed due to no memory
BTE_InitStack
@LinkKeyType
DevClass
PinLength
SCSupport
[0;31mE (%d) %s: bounded device:%s, LinkKeyType or PinLength is invalid
[0;31mE (%d) %s: btm_ble_batchscan_deq_rep_data: rep_format:%d not found
[0;31mE (%d) %s: btm_ble_read_batchscan_reports %d
[0;31mE (%d) %s: wrong length for btm_ble_batch_scan_vsc_cmpl_cback
[0;31mE (%d) %s: Got unexpected VSC cmpl, expected: %d got: %d
[0;31mE (%d) %s: SCAN_ENB_DISAB_CUST_FEATURE - Invalid state after enb
[0;31mE (%d) %s: BTM_BLE_BATCH_SCAN_SET_PARAMS - Invalid state after disabled
[0;31mE (%d) %s: btm_ble_set_storage_config %d
[0;31mE (%d) %s: btm_ble_set_batchscan_param %d
[0;31mE (%d) %s: btm_ble_enable_disable_batchscan %d
[0;31mE (%d) %s: Controller does not support batch scan
[0;31mE (%d) %s: Illegal set storage config params
[0;31mE (%d) %s: Illegal enable scan params
[0;31mE (%d) %s: Illegal read scan params: %d, %d, %d
[0;31mE (%d) %s: Controller does not support scan storage
[0;31mE (%d) %s: wrong length for btm_ble_cont_energy_cmpl_cback
[0;31mE (%d) %s: Controller does not support get energy info
[0;31mE (%d) %s: BTM_BleGetEnergyInfo status: %d
[0;32mI (%d) %s: %s : sec: 0x%x
[0;33mW (%d) %s: BTM_SEC_REG: Out of Service Records (%d)
[0;32mI (%d) %s: BTM_SEC_REG[%d]: id %d, is_orig %d, psm 0x%04x, proto_id %d, chan_id %d
[0;32mI (%d) %s: : sec: 0x%x, service name [%s] (up to %d chars saved)
[0;33mW (%d) %s: %s p_cb_info->p_le_callback == NULL
[0;31mE (%d) %s: BTM_GetSecurityFlags false
[0;32mI (%d) %s: BTM_SetPairableMode() allow_pairing: %u connect_only_paired: %u
[0;33mW (%d) %s: btm_sec_clr_temp_auth_service() - no dev CB
[0;31mE (%d) %s: Security Manager: connect request when device not ready
[0;31mE (%d) %s: Security Manager: connect request from non-paired device
[0;31mE (%d) %s: Security Manager: reject connect request from bonding device
RFC_MUX
[0;33mW (%d) %s: Security Manager: BTM_SetEncryption not connected
[0;33mW (%d) %s: Security Manager: BTM_SetEncryption busy, enqueue request
[0;32mI (%d) %s: Security Manager: BTM_SetEncryption Handle:%d State:%d Flags:0x%x Required:0x%x
[0;33mW (%d) %s: %s: cannot call btm_ble_set_encryption, p is NULL
[0;31mE (%d) %s: Security Manager: MX service not found PSM:%d Proto:%d SCN:%d
[0;33mW (%d) %s: %s Connection already exists
[0;33mW (%d) %s: Security Manager: failed allocate LCB [%02x%02x%02x%02x%02x%02x]
[0;33mW (%d) %s: Security Manager: failed create [%02x%02x%02x%02x%02x%02x]
[0;32mI (%d) %s: btm_sec_bond_by_transport BDA: %02x:%02x:%02x:%02x:%02x:%02x
[0;33mW (%d) %s: BTM_SecBond -> Already Paired
[0;31mE (%d) %s: btm_sec_pairing_timeout() BTM_PAIR_STATE_WAIT_DISCONNECT unknown BDA: %08x%04x
[0;31mE (%d) %s: %s: Unexpected Pairing state received %d
[0;31mE (%d) %s: btm_simple_pair_complete() with unknown BDA: %08x%04x
[0;33mW (%d) %s: Security Manager: btm_sec_connect_after_reject_timeout: failed to start connection
[0;33mW (%d) %s: btm_sec_rmt_name_request_complete: waiting HCI_Connection_Complete after rejecting connection
[0;33mW (%d) %s: btm_sec_rmt_name_request_complete: failed to start connection
[0;33mW (%d) %s: btm_sec_rmt_name_request_complete: wrong BDA, retry with pairing BDA
[0;33mW (%d) %s: btm_sec_rmt_name_request_complete (none/ce)
[0;33mW (%d) %s: Security Manager: btm_sec_connected: incoming connection failed without asking PIN
[0;33mW (%d) %s: Security Manager: btm_sec_connected: HCI_Conn_Comp Flags:0x%04x, sm4: 0x%x
[0;33mW (%d) %s: Security Manager: btm_sec_connected: Wait for incoming connection
[0;32mI (%d) %s: %s: sm4: 0x%02x, rmt_support_for_secure_connections %d
btm_sec_set_peer_sec_caps
btm_io_capabilities_req
BTM_SetEncryption
btm_sec_dd_create_conn
btm_sec_set_security_level
BTM_SecRegister
[0;31mE (%d) %s: unknown key type: %d
[0;31mE (%d) %s: Generating ER2 exception.
[0;31mE (%d) %s: Generating IR2 failed.
[0;31mE (%d) %s: Generating ER2 failed.
[0;31mE (%d) %s: Generating ER1 exception.
[0;31mE (%d) %s: Generating IRK exception.
[0;31mE (%d) %s: Generating ER failed.
[0;31mE (%d) %s: unknow local key type: %d
[0;31mE (%d) %s: No connection exist!
[0;31mE (%d) %s: BTM_ReadRemoteConnectionAddr can not find connection with matching address
[0;31mE (%d) %s: Passkey reply to Unknown device
[0;31mE (%d) %s: BTM_BleOobDataReply() to Unknown device
[0;31mE (%d) %s: Illegal Connection Scan Parameters
[0;32mI (%d) %s: BTM_BleSetPrefConnParams min: %u max: %u latency: %u tout: %u
[0;31mE (%d) %s: Unknown Device, setting rejected
[0;31mE (%d) %s: Illegal Connection Parameters
[0;31mE (%d) %s: %s failed, request not supported
[0;31mE (%d) %s: %s failed, peer does not support request
[0;31mE (%d) %s: %s: Wrong mode: no LE link exist or LE not supported
[0;33mW (%d) %s: btm_sec_save_le_key (Bad key_type 0x%02x)
[0;33mW (%d) %s: BLE key type 0x%02x called for Unknown BDA or type: %08x%04x !! (btm_sec_save_le_key)
[0;33mW (%d) %s: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: %08x%04x, Type: %d
[0;31mE (%d) %s: btm_ble_link_sec_check received for unknown device
[0;31mE (%d) %s: Link is not active, can not encrypt!
[0;33mW (%d) %s: Link Encryption is active, Busy!
[0;31mE (%d) %s: No key available to encrypt the link
[0;33mW (%d) %s: btm_ble_set_encryption (NULL device record!! sec_act=0x%x
[0;33mW (%d) %s: btm_ble_link_encrypted (No Device Found!) encr_enable=%d
[0;31mE (%d) %s: btm_ble_ltk_request_reply received for unknown device
[0;31mE (%d) %s: btm_proc_smp_cback received for unknown device
[0;31mE (%d) %s: %s-data signing can not be done from unknown device
[0;31mE (%d) %s: can not verify signature for unknown device
[0;31mE (%d) %s: signature received with out dated sign counter
[0;31mE (%d) %s: No signature to verify
BTM_BleDataSignature
BTM_SetBleDataLength
[0;32mI (%d) %s: BTM_SetPowerMode: pm_id %d BDA: %08x mode:0x%x
[0;31mE (%d) %s: unknown PF filter condition type %d
[0;31mE (%d) %s: no matching filter counter found
[0;31mE (%d) %s: %s cannot interpret APCF callback status = %d, length = %d
[0;31mE (%d) %s: btm_ble_scan_pf_cmpl_cback:3-Incorrect opcode :%d, %d, %d, %d, %d, %d
[0;31mE (%d) %s: btm_ble_scan_pf_cmpl_cback:4-Incorrect opcode: %d, %d, %d, %d, %d
[0;31mE (%d) %s: btm_ble_scan_pf_cmpl_cback: unknown operation: %d
[0;31mE (%d) %s: Local Name PF filter update failed
[0;31mE (%d) %s: btm_ble_update_pf_manu_data - No manuf data
[0;31mE (%d) %s: manufacturer data PF filter update failed
[0;31mE (%d) %s: Broadcaster Address Filter Update failed
[0;31mE (%d) %s: Illegal param for add/delete UUID filter
[0;31mE (%d) %s: Update Address filter into controller failed.
[0;31mE (%d) %s: illegal UUID length: %d
[0;31mE (%d) %s: UUID filter udpating failed
[0;31mE (%d) %s: unable to perform action:%d for generic adv filter type
[0;31mE (%d) %s: Error: Can not clear filter, No PF filter has been configured!
[0;31mE (%d) %s: BD Address not found!
[0;33mW (%d) %s: condition type [%d] not supported currently.
@btm_ble_scan_pf_cmpl_cback
[0;33mW (%d) %s: btm_convert_uuid_to_uuid16 invalid uuid size
[0;32mI (%d) %s: BTM_SetDiscoverability
[0;32mI (%d) %s: BTM_SetDiscoverability: mode %d [NonDisc-0, Lim-1, Gen-2], window 0x%04x, interval 0x%04x
[0;32mI (%d) %s: BTM_SetInquiryScanType
[0;32mI (%d) %s: BTM_SetPageScanType
[0;32mI (%d) %s: BTM_SetInquiryMode
[0;32mI (%d) %s: BTM_ReadDiscoverability
[0;32mI (%d) %s: BTM_CancelPeriodicInquiry called
[0;32mI (%d) %s: BTM_SetConnectability
[0;32mI (%d) %s: BTM_SetConnectability: mode %d [NonConn-0, Conn-1], window 0x%04x, interval 0x%04x
[0;32mI (%d) %s: BTM_ReadConnectability
[0;32mI (%d) %s: BTM_IsInquiryActive
[0;32mI (%d) %s: BTM_CancelInquiry called
[0;32mI (%d) %s: BTM_StartInquiry: mode: %d, dur: %d, rsps: %d, flt: %d
[0;32mI (%d) %s: BTM_StartInquiry: LE observe in progress
[0;31mE (%d) %s: Err Starting LE Inquiry.
[0;32mI (%d) %s: BTM_CancelRemoteDeviceName()
[0;32mI (%d) %s: BTM_InqDbRead: bd addr [%02x%02x%02x%02x%02x%02x]
[0;33mW (%d) %s: BTM Warning: Set Event Filter Failed (HCI returned 0x%x)
[0;32mI (%d) %s: BTM_ReadRemoteDeviceName: bd addr [%02x%02x%02x%02x%02x%02x]
[0;32mI (%d) %s: no device found in inquiry db
[0;31mE (%d) %s: btm_inq_rmt_name_failed() remname_active=%d
[0;32mI (%d) %s: Write Extended Inquiry Response to controller
[0;32mI (%d) %s: BTM_CheckEirData type=0x%02X
[0;32mI (%d) %s: btm_set_eir_uuid eir_complete_list=0x%02X
[0;33mW (%d) %s: INQ RES: Extra Response Received...ignoring
[0;31mE (%d) %s: %s failed, list full
[0;33mW (%d) %s: %s Resolving list Full
[0;31mE (%d) %s: %s Add resolving list error %d
[0;31mE (%d) %s: %s no pending resolving list operation
[0;31mE (%d) %s: no pending resolving list operation
[0;31mE (%d) %s: %s peer_addr: %02x:%02x:%02x:%02x:%02x:%02x
[0;31mE (%d) %s: resolving list can not be edited, EnQ now
[0;33mW (%d) %s: %s Resolving list full
btm_ble_resolving_list_load_dev
btm_ble_read_resolving_list_entry_complete
btm_ble_remove_resolving_list_entry_complete
btm_ble_add_resolving_list_entry_complete
btm_ble_find_irk_index
background_connections
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/stack/btm/btm_ble_bgconn.c
address
[0;31mE (%d) %s: wl_addr_type is error
[0;31mE (%d) %s: max pending WL operation reached, discard
[0;31mE (%d) %s: %s failed, status 0x%x
[0;31mE (%d) %s: peripheral device cannot initiate passive scan for a selective connection
[0;31mE (%d) %s: scan active, can not start selective connection procedure
[0;31mE (%d) %s: btm_ble_initiate_select_conn failed
[0;31mE (%d) %s: %s address type is error, unable to add device
[0;31mE (%d) %s: controller not support resolvable address
[0;31mE (%d) %s: %s Whitelist full, unable to add device
btm_ble_clear_white_list_complete
background_connections_lazy_init
background_connection_add
btm_update_dev_to_white_list
[0;31mE (%d) %s: GATT_READ_NOT_PERMIT
[0;31mE (%d) %s: GATT_INSUF_AUTHENTICATION
[0;31mE (%d) %s: GATT_INSUF_AUTHENTICATION: MITM Required
[0;31mE (%d) %s: GATT_INSUF_ENCRYPTION
[0;31mE (%d) %s: GATT_INSUF_KEY_SIZE
[0;31mE (%d) %s: GATT_INSUF_AUTHORIZATION
[0;31mE (%d) %s: GATT_NOT_LONG
[0;31mE (%d) %s: Error in %s, line=%d, control->auto_rsp should be set to GATT_RSP_BY_APP or GATT_RSP_BY_STACK here
[0;31mE (%d) %s: Error in %s, line=%d, for stack respond attribute, attr_val should not be NULL here
[0;31mE (%d) %s: Error in %s, line=%d, for stack respond attribute, attribute max length should not be 0
[0;31mE (%d) %s: Error in %s, line=%d,attribute actual length should not be larger than max length
[0;31mE (%d) %s: allocate_svc_db_buf failed, no resources
[0;31mE (%d) %s: illegal UUID
[0;31mE (%d) %s: allocate_attr_in_db failed, no resources
[0;31mE (%d) %s: copy_extra_byte_in_db failed, no resources
[0;31mE (%d) %s: gatts_init_service_db failed, no resources
[0;31mE (%d) %s: service DB empty
[0;33mW (%d) %s: format mismatch
[0;31mE (%d) %s: gatts_add_included_service Illegal Params.
[0;31mE (%d) %s: %s error, The include service should be added before adding the characteristics
[0;33mW (%d) %s: Warning in %s, line=%d, insufficient resource to allocate for attribute value
[0;31mE (%d) %s: Error in %s, Line=%d, attribute actual length (%d) should not larger than max size (%d)
[0;33mW (%d) %s: Warning in %s, line=%d, insufficient resource to allocate for descriptor value
[0;31mE (%d) %s: Error in %s, line=%d, value should not be NULL here
[0;31mE (%d) %s: Error in %s, line=%d, attribute value should not be NULL here
[0;31mE (%d) %s: gatts_set_attribute_value failed:Invalid value length
[0;31mE (%d) %s: gatts_get_attribute_value Fail:p_db is NULL.
[0;31mE (%d) %s: gatts_get_attribute_value Fail:p_db->p_attr_list is NULL.
[0;31mE (%d) %s: gatts_get_attribute_value Fail:length is NULL.
[0;31mE (%d) %s: gatts_get_attribute_value Fail:value is NULL.
attr_val.attr_val
p_value
[0;31mE (%d) %s: Error in %s, line=%d, %s should not be NULL here
[0;31mE (%d) %s: gatts_write_attr_perm_check - Error!! sign cmd write sent on a encypted link
[0;31mE (%d) %s: gatts_write_attr_perm_check - GATT_WRITE_NOT_PERMIT
[0;31mE (%d) %s: gatts_write_attr_perm_check - GATT_INSUF_AUTHENTICATION
[0;31mE (%d) %s: gatts_write_attr_perm_check - GATT_INSUF_AUTHENTICATION: MITM required
[0;31mE (%d) %s: gatts_write_attr_perm_check - GATT_INSUF_ENCRYPTION
[0;31mE (%d) %s: gatts_write_attr_perm_check - GATT_INSUF_KEY_SIZE
[0;31mE (%d) %s: gatts_write_attr_perm_check - GATT_INSUF_AUTHORIZATION
[0;31mE (%d) %s: gatts_write_attr_perm_check - GATT_NOT_LONG
[0;31mE (%d) %s: gatts_write_attr_perm_check - GATT_INVALID_PDU
@gatts_write_attr_value_by_handle
gatts_set_attribute_value
gatts_add_char_descr
gatts_add_char_desc_value_check
gatts_add_characteristic
gatts_add_included_service
[0;31mE (%d) %s: Unknown read type: %d
[0;31mE (%d) %s: Unknown write type: %d
[0;31mE (%d) %s: invalid Info Response PDU received, discard.
[0;31mE (%d) %s: Incorrect discovery opcode %04x
[0;31mE (%d) %s: illegal prepare write response length, discard
[0;31mE (%d) %s: illegal notification PDU length, discard
[0;31mE (%d) %s: gatt_process_notification rcv Ind. but ind_count=%d (will reset ind_count)
[0;31mE (%d) %s: Illegal ReadByType/ReadByGroupType Response length, discard
[0;31mE (%d) %s: gatt_process_read_by_type_rsp: Discard response op_code=%d vale_len=%d > (MTU-2=%d or msg_len-1=%d)
[0;31mE (%d) %s: discover all service response parsing failure
[0;31mE (%d) %s: gatt_process_read_by_type_rsp INCL_SRVC failed with invalid data value_len=%d
[0;31mE (%d) %s: attr offset = %d p_attr_buf = %p
[0;31mE (%d) %s: invalid MTU response PDU received, discard.
[0;31mE (%d) %s: gatt_cl_send_next_cmd_inq: L2CAP sent error
[0;33mW (%d) %s: ATT - Ignore wrong response. Receives (%02x) Request(%02x) Ignored
[0;31mE (%d) %s: invalid response/indicate pkt size: %d, PDU size: %d
[0;31mE (%d) %s: Unknown opcode = %d
[0;31mE (%d) %s: %s() - ccc service error
[0;31mE (%d) %s: %s() - ccc char error
[0;31mE (%d) %s: %s() - ccc char descriptor error
[0;31mE (%d) %s: %s() - write ccc error
[0;31mE (%d) %s: %s() - Register for service changed indication failure
gatt_cl_start_config_ccc
gatt_disc_cmpl_cback
@B?h=B?
`=B?
@B?P=B?
@B?H=B?
@B?@=B?
@B?8=B?
@B?,=B?
=B?x@B?
=B?t@B?
<B?p@B?
<B?h@B?
<B?\@B?
<B?H@B?
<B?@@B?
<B?9=
,3 .=
[0;33mW (%d) %s: %s cannot retrieve LMP version...
[0;33mW (%d) %s: Non bonding: No keys will be exchanged
[0;31mE (%d) %s: Association Model = SMP_MODEL_OOB
[0;31mE (%d) %s: Association Model = SMP_MODEL_OUT_OF_RANGE (failed)
[0;31mE (%d) %s: Association Model = %d (SOMETHING IS WRONG WITH THE CODE)
[0;31mE (%d) %s: %s pairing failed - slave requires secure connection only mode
[0;31mE (%d) %s: %s pairing failed - slave requires auth is 0x%x but peer auth is 0x%x local auth is 0x%x
[0;31mE (%d) %s: Master requires secure connection only mode but it can't be provided -> Master fails pairing
[0;31mE (%d) %s: %s pairing failed - master requires auth is 0x%x but peer auth is 0x%x local auth is 0x%x
[0;31mE (%d) %s: Slave requires secure connection only mode but it can't be provided -> Slave fails pairing
[0;31mE (%d) %s: pairing failed - slave requires auth is 0x%x but peer auth is 0x%x local auth is 0x%x
[0;33mW (%d) %s: dhkey checks do no match
[0;31mE (%d) %s: %s, Peer and own device cannot have same public key.
[0;31mE (%d) %s: %s, Invalid Public key.
local OOB randomizer
peer OOB randomizer
@smp_derive_link_key_from_long_term_key
smp_process_pairing_public_key
smp_proc_pair_cmd
lmp_version_below
[0;31mE (%d) %s: invalid included service handle: [0x%04x ~ 0x%04x]
[0;31mE (%d) %s: service not added, no resources or wrong state
[0;31mE (%d) %s: No service available, unexpected char discovery result
[0;31mE (%d) %s: char not added, no resources
[0;31mE (%d) %s: %s services/p_new_srvc is NULL
[0;33mW (%d) %s: %s(), no resource.
[0;31mE (%d) %s: Illegal action to add char/descr/incl srvc for non-existing service!
[0;31mE (%d) %s: unknown connection ID
[0;31mE (%d) %s: %s: Illegal action to add descriptor before adding a characteristic!
@bta_gattc_add_attr_to_cache
bta_gattc_add_srvc_to_cache
bta_gattc_add_char_to_cache
bta_gattc_insert_sec_service_to_cache
INTEROP_AUTO_RETRY_PAIRING
INTEROP_DISABLE_LE_SECURE_CONNECTIONS
addr
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/device/interop.c
[0;33mW (%d) %s: %s() Device %s is a match for interop workaround %s
interop_match
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/hci/hci_hal_h4.c
length > 0
[0;31mE (%d) %s: %s invalid data type: %d
buffer_size > 0
max_buffer_count > 0
[0;31mE (%d) %s: %s unable to create rx queue.
upper_callbacks != NULL
task_thread != NULL
[0;31mE (%d) %s: %s couldn't aquire memory for inbound data buffer.
packet
[0;31mE (%d) %s: Workround stream corrupted during LE SCAN: pkt_len=%d ble_event_len=%d
[0;31mE (%d) %s: %s Unknown HCI message type. Dropping this byte 0x%x, min %x, max %x
[0;31mE (%d) %s: Wrong packet length type=%d pkt_len=%d hdr_len=%d
[0;31mE (%d) %s: Wrong packet length type=%d hdr_len=%d pd_len=%d pkt_len=%d
hci_hal_h4_hdl_rx_packet
hci_hal_env_init
host_recv_pkt_cb
hal_open
transmit_data
host_recv_adv_packet
packet != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/bt/host/bluedroid/hci/packet_fragmenter.c
acl_length == packet->len - HCI_ACL_PREAMBLE_SIZE
[0;33mW (%d) %s: %s found unfinished packet for handle with start packet. Dropping old.
[0;33mW (%d) %s: %s found l2cap full length %d less than the hci length %d.
[0;31mE (%d) %s: %s got continuation for unknown packet. Dropping it.
[0;31mE (%d) %s: %s got packet which would exceed expected length of %d. Truncating.
fragment_and_dispatch
reassemble_and_dispatch
@arch_main.c
BTDM ROM VERSION %04x
BD_ADDR: %02X:%02X:%02X:%02X:%02X:%02X
BTDM CONTROLLER VERSION: %06x
16:40:48
Oct 21 2021
BTDM CONTROLLER DATE: %s %s
BTDM CPUID 0x%08X
Enable Classic BT
Enable Low Energy
Coex register bt cb faild
Coex register schm btdm cb faild
Coex register Wi-Fi channel change btdm cb faild
Disable Classic BT
Disable Low Energy
Heap MSG [%p], Heap ENV [%p], Heap NORET [%p]
Uart ENV [%p], VHCI ENV [%p], PLF FUNCS [%p]
btController
14ea243
SCHM PROC %02x %02x, %p
coex_schm.c
WB?]
@ea.c
250B
BBL6B
QWB?
TWB?
]WB?WWB?
ZWB?]WB?
`WB?_WB?
eWB?]WB?
UWB?]WB?hci_tl.c
huart.c
uart_env_p != NULL
bufptr != NULL
callback != NULL
size != 0
ke_task.c
lc_lmppdu.c
elt->param
kltb
Not support sniff attempt(%x) large than 0xFF, request with 0xFF
Not support sniff attempt(%x) large than 0xFF
Sync Link Number[%d], Mask other Sync Links, Param[0x%08x]
lc_sniff.c
lc_task.c
Not support sniff attempt large than 0xFF, change %x to 0xFF
@ld_acl.c
(acl_par->sniff_par.ssr.ssr == 0) || acl_par->sniff_par.ssr.ssr_instant_passed
sco_par->data_path == AUDIO_DATA_PATH_HCI
acl_par->data_len == 0
acl_buf_elt != NULL
acl_par->next_buf_elt == NULL
(((uint16_t)txtype << 3) & ~((uint16_t)0x00000078)) == 0
(((uint16_t)txlength << 3) & ~((uint16_t)0x00001FF8)) == 0
(localVal & ~((uint16_t)0x000007FF)) == 0
(localVal & ~((uint16_t)0x000003FF)) == 0
(((uint16_t)aclincpriostep << 13) & ~((uint16_t)0x0000E000)) == 0
(((uint16_t)aclminprio << 8) & ~((uint16_t)0x00001F00)) == 0
(((uint16_t)accurrentprio << 0) & ~((uint16_t)0x0000001F)) == 0
(((uint16_t)escoincpriostep << 13) & ~((uint16_t)0x0000E000)) == 0
(((uint16_t)escominprio << 8) & ~((uint16_t)0x00001F00)) == 0
(((uint16_t)escocurrentprio << 0) & ~((uint16_t)0x0000001F)) == 0
(((uint16_t)bitoff << 0) & ~((uint16_t)0x000003FF)) == 0
(((uint16_t)clkoff1 << 0) & ~((uint16_t)0x000007FF)) == 0
(((uint16_t)rxwinsz << 0) & ~((uint16_t)0x00000FFF)) == 0
ld_fm.c
co_list_is_empty(&ld_fm_env.fifo) || (timestamp != ((struct ld_fm_frm_elt*)ld_fm_env.fifo.last)->timestamp)
(((uint16_t)vxchan << 8) & ~((uint16_t)0x00000300)) == 0
(((uint16_t)csptr << 0) & ~((uint16_t)0x00007FFF)) == 0
(localVal & ~((uint32_t)0x0FFFFFFF)) == 0
acl_par->nb_prog > 0
(EM_BT_RXDESC_OFFSET + ld_env.curr_rxdesc_index * REG_EM_BT_RXDESC_SIZE) == bt_et_currentrxdescptr_currentrxdescptr_getf()
ld_inq.c
);llc.c
lld_evt.c
EE elt %p, ts %u, %d
new_wait_elt
(((uint16_t)rxwinsz << 0) & ~((uint16_t)0x00003FFF)) == 0
CO First, elt %p
CO [%u], type %d, ts %u, ap %u %u, cs %d, met %u
evt->evt.conn.counter == evt->evt.conn.instant
lld.c
(((uint16_t)prioincstep << 13) & ~((uint16_t)0x0000E000)) == 0
(((uint16_t)minprio << 8) & ~((uint16_t)0x00001F00)) == 0
(((uint16_t)currentprio << 0) & ~((uint16_t)0x0000001F)) == 0
(((uint16_t)advbdaddrtype << 0) & ~((uint16_t)0x00000001)) == 0
(((uint32_t)prefetchtime << 0) & ~((uint32_t)0x000001FF)) == 0
(((uint32_t)prefetchaborttime << 16) & ~((uint32_t)0x03FF0000)) == 0
scan channel select mode user input error
scan_par->window != 0
lld_pdu.c
%s HCI packet count mismatch (%d, %d)
(((uint16_t)nextptr << 0) & ~((uint16_t)0x00007FFF)) == 0
ram_lld_pdu_tx_flush
lld_pdu_get_tx_flush_nb
llm_hci.c
( ( ( (en_cmd->enable) << (LLM_RPA_RENEW_TIMER_EN_LSB) ) & ( ~(LLM_RPA_RENEW_TIMER_EN_MASK) ) ) ) == 0
llm_le_env.advertising_params
llm.c
llm_le_env.scanning_params
param->pk_payload_type < PAYL_END
(((uint16_t)txtype << 0) & ~((uint16_t)0x0000000F)) == 0
(((uint16_t)txrxadd << 7) & ~((uint16_t)0x00000080)) == 0
llm_util.c
ACL Link Number[%d], Mask other ACL Links
lm_env.local_name
lm_task.c
NVDS MAGIC FAILED
MAGIC %08x VERSION %08x
@Set BREDR TX POWER min %d max %d
RF Init OK with coex
BT BB INTR enabled!
rwble.c
rwbt.c
lpcycles < 1000000
%s ENV %p, %d, MSG %p %d, NORET %p %d
rwip.c
r_rwip_init
Send Queue Failed
vhci.c
%s %d
VHCI: Controller is not run
I0$r
intc.c
osi_ints_on != NULL
osi_set_interrupt_handler != NULL
@ledc
[0;31mE (%d) %s: %s(%d): %s
speed_mode argument is invalid
[0;31mE (%d) %s: CLK8M_CLK calibration failed
timer_select argument is invalid
[0;31mE (%d) %s: requested frequency and duty resolution can not be achieved, try reducing freq_hz or duty_resolution. div_param=%d
timer_conf argument is invalid
Only low speed channel support RTC8M_CLK argument is invalid
[0;31mE (%d) %s: freq_hz=%u duty_resolution=%u
[0;31mE (%d) %s: invalid timer #%u
ledc_channel argument is invalid
gpio_num argument is invalid
"(Cannot use REG_SET_FIELD for DPORT registers use DPORT_REG_SET_FIELD)" && (!((((GPIO_PIN_MUX_REG[gpio_num])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[gpio_num])) <= 0x3ff13FFC))
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/driver/ledc.c
channel argument is invalid
hpoint argument is invalid
ledc_conf argument is invalid
ledc_set_duty
ledc_set_duty_with_hpoint
ledc_update_duty
ledc_enable_intr_type
ledc_channel_config
ledc_channel_config
ledc_timer_config
ledc_timer_rst
ledc_bind_channel_timer
ledc_timer_set
uart
uart driver error
0 && "uart_num error"
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/driver/uart.c
uart_num error
"(Cannot use READ_PERI_REG for DPORT registers use DPORT_READ_PERI_REG)" && (!((((((0x3ff40000 + (uart_num) * 0x10000 + ( (uart_num) > 1 ? 0xe000 : 0 ) ) + 0x0))) >= 0x3ff00000) && ((((0x3ff40000 + (uart_num) * 0x10000 + ( (uart_num) > 1 ? 0xe000 : 0 ) ) + 0x0))) <= 0x3ff13FFC))
"(Cannot use SET_PERI_REG_MASK for DPORT registers use DPORT_SET_PERI_REG_MASK)" && (!((((((0x3ff40000 + (uart_num) * 0x10000 + ( (uart_num) > 1 ? 0xe000 : 0 ) ) + 0x10))) >= 0x3ff00000) && ((((0x3ff40000 + (uart_num) * 0x10000 + ( (uart_num) > 1 ? 0xe000 : 0 ) ) + 0x10))) <= 0x3ff13FFC))
"(Cannot use SET_PERI_REG_MASK for DPORT registers use DPORT_SET_PERI_REG_MASK)" && (!((((((0x3ff40000 + (uart_num) * 0x10000 + ( (uart_num) > 1 ? 0xe000 : 0 ) ) + 0xC))) >= 0x3ff00000) && ((((0x3ff40000 + (uart_num) * 0x10000 + ( (uart_num) > 1 ? 0xe000 : 0 ) ) + 0xC))) <= 0x3ff13FFC))
"(Cannot use CLEAR_PERI_REG_MASK for DPORT registers use DPORT_CLEAR_PERI_REG_MASK)" && (!((((((0x3ff40000 + (uart_num) * 0x10000 + ( (uart_num) > 1 ? 0xe000 : 0 ) ) + 0xC))) >= 0x3ff00000) && ((((0x3ff40000 + (uart_num) * 0x10000 + ( (uart_num) > 1 ? 0xe000 : 0 ) ) + 0xC))) <= 0x3ff13FFC))
data bit error
stop bit error
[0;31mE (%d) %s: rx_buffered_len error
uart_flush_input
uart_get_buffered_data_len
uart_pattern_queue_update
uart_wait_tx_done
uart_wait_tx_done
uart_reset_rx_fifo
uart_reset_rx_fifo
uart_disable_intr_mask
uart_disable_intr_mask
uart_enable_intr_mask
uart_enable_intr_mask
uart_get_baudrate
uart_set_baudrate
uart_get_parity
uart_set_parity
uart_get_stop_bits
uart_set_stop_bits
uart_get_word_length
uart_set_word_length
timer_group
TIMER GROUP NUM ERROR
HW TIMER NUM ERROR
HW TIMER PARAM ADDR ERROR
timer_group_intr_enable
"(Cannot use READ_PERI_REG for DPORT registers use DPORT_READ_PERI_REG)" && (!(((((0x60013000 + (i2c_num) * 0x14000 + 0x001c))) >= 0x3ff00000) && (((0x60013000 + (i2c_num) * 0x14000 + 0x001c))) <= 0x3ff13FFC))
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/driver/i2c.c
"(Cannot use WRITE_PERI_REG for DPORT registers use DPORT_WRITE_PERI_REG)" && (!(((((0x60013000 + (i2c_num) * 0x14000 + 0x001c))) >= 0x3ff00000) && (((0x60013000 + (i2c_num) * 0x14000 + 0x001c))) <= 0x3ff13FFC))
[0;31mE (%d) %s: i2c command link malloc error
[0;31mE (%d) %s: %s:%d (%s):%s
i2c number error
i2c driver install error
i2c null address error
i2c buffer size too small for slave mode
[0;31mE (%d) %s: i2c driver malloc error
[0;31mE (%d) %s: i2c ringbuffer error
[0;31mE (%d) %s: i2c semaphore error
[0;31mE (%d) %s: i2c driver install error
sda gpio number error
scl gpio number error
this i2c pin does not support internal pull-up
"(Cannot use REG_SET_FIELD for DPORT registers use DPORT_REG_SET_FIELD)" && (!((((GPIO_PIN_MUX_REG[sda_io_num])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[sda_io_num])) <= 0x3ff13FFC))
"(Cannot use REG_SET_FIELD for DPORT registers use DPORT_REG_SET_FIELD)" && (!((((GPIO_PIN_MUX_REG[scl_io_num])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[scl_io_num])) <= 0x3ff13FFC))
i2c mode error
i2c command link error
i2c ack type error
i2c data read length error
i2c driver not installed
Only allowed in master mode
i2c_hw_fsm_reset
i2c_master_clear_bus
i2c_master_cmd_begin
i2c_master_read
i2c_master_read_byte
i2c_master_write_byte
i2c_master_write
i2c_master_stop
i2c_master_start
i2c_set_pin
i2c_set_pin
i2c_isr_register
i2c_filter_enable
i2c_param_config
i2c_reset_rx_fifo
i2c_reset_tx_fifo
i2c_master_cmd_begin_static
i2c_isr_handler_default
i2c_driver_install
@/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/driver/rtc_module.c
RTC_MODULE
RTC_GPIO number error
[0;31mE (%d) %s: invalid adc unit
[0;31mE (%d) %s: adc1 selects invalid controller
[0;31mE (%d) %s: adc2 selects invalid controller
"(Cannot use SET_PERI_REG_MASK for DPORT registers use DPORT_SET_PERI_REG_MASK)" && (!((((rtc_gpio_desc[gpio_num].reg)) >= 0x3ff00000) && ((rtc_gpio_desc[gpio_num].reg)) <= 0x3ff13FFC))
"(Cannot use CLEAR_PERI_REG_MASK for DPORT registers use DPORT_CLEAR_PERI_REG_MASK)" && (!((((rtc_gpio_desc[gpio_num].reg)) >= 0x3ff00000) && ((rtc_gpio_desc[gpio_num].reg)) <= 0x3ff13FFC))
ADC unit error, only support ADC1 for now
ADC pattern length error
ADC1 channel error
ADC bit width error
ADC Atten Err
ADC Channel Err
touch refh error
touch refl error
touch atten error
touch slope error
touch opt error
touch IO error
touch fsm mode error
touch trigger mode error
touch trigger source error
touch set1 bitmask error
touch set2 bitmask error
touch work_en bitmask error
Touch pad not initialized
Touch_Pad Num Err
touch_value
Touch pad filter not initialized
Touch pad filter period error
[0;31mE (%d) %s: Touch pad filter deleted
filter_tmr
ADC1 Channel Err
[0;31mE (%d) %s: %s:%d
adc1 lock release called before acquire
wifi release called before acquire
Touch_Pad ISR null
adc2_wifi_release
adc1_get_raw
adc1_lock_release
adc1_config_width
adc_set_atten
adc1_config_channel_atten
adc1_pad_get_io_num
adc_set_controller
adc_set_data_width
adc_gpio_init
touch_pad_filter_start
touch_pad_read_filtered
touch_pad_config
touch_pad_clear_group_mask
touch_pad_set_group_mask
touch_pad_set_trigger_source
touch_pad_set_trigger_mode
touch_pad_set_thresh
touch_pad_set_fsm_mode
touch_pad_io_init
touch_pad_set_cnt_mode
touch_pad_set_voltage
touch_pad_isr_register
rtc_gpio_pulldown_dis
rtc_gpio_pullup_dis
rtc_gpio_pulldown_en
rtc_gpio_pullup_en
rtc_gpio_input_disable
rtc_gpio_input_disable
rtc_gpio_output_disable
rtc_gpio_input_enable
rtc_gpio_input_enable
rtc_gpio_output_enable
rtc_gpio_set_direction
rtc_gpio_deinit
rtc_gpio_deinit
rtc_gpio_init
rtc_gpio_init
(bit_start_in_reg + bit_count_used_in_reg) <= 32
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/efuse/src/esp_efuse_utility.c
blk >= 0 && blk <= 3
num_reg <= 6
num_reg <= 7
"(Cannot use REG_READ for DPORT registers use DPORT_REG_READ)" && (!((((addr_wr_reg)) >= 0x3ff00000) && ((addr_wr_reg)) <= 0x3ff13FFC))
efuse
[0;31mE (%d) %s: Range of data does not match the coding scheme
bits_counter <= req_size
"(Cannot use REG_READ for DPORT registers use DPORT_REG_READ)" && (!((((range_read_addr_blocks[blk].start + num_reg * 4)) >= 0x3ff00000) && ((range_read_addr_blocks[blk].start + num_reg * 4)) <= 0x3ff13FFC))
esp_efuse_utility_read_reg
esp_efuse_utility_process
?%s : %d yieldRc %d
_aws_iot_mqtt_internal_yield
@aws_iot
[0;33mW (%d) %s: Failed to send PUBACK
[0;33mW (%d) %s: Failed to generate PUBACK
@MQTT
@?SDK=C&Version=%d.%d.%d
MQTC
MQTW
[0;33mW (%d) %s: Client is null!
MQTC
MQTW
[0;31mE (%d) %s: failed! mbedtls_ctr_drbg_seed returned -0x%x
[0;31mE (%d) %s: failed! mbedtls_x509_crt_parse returned -0x%x while parsing root cert
[0;31mE (%d) %s: failed! mbedtls_x509_crt_parse returned -0x%x while parsing device cert
[0;31mE (%d) %s: failed! mbedtls_pk_parse_key returned -0x%x while parsing private key
[0;31mE (%d) %s: failed! mbedtls_net_connect returned -0x%x
[0;31mE (%d) %s: failed! net_set_(non)block() returned -0x%x
[0;31mE (%d) %s: failed! mbedtls_ssl_config_defaults returned -0x%x
[0;31mE (%d) %s: failed! mbedtls_ssl_conf_own_cert returned %d
x-amzn-mqtt-ca
[0;31mE (%d) %s: failed! mbedtls_ssl_conf_alpn_protocols returned -0x%x
[0;31mE (%d) %s: failed! mbedtls_ssl_setup returned -0x%x
[0;31mE (%d) %s: failed! mbedtls_ssl_set_hostname returned %d
[0;31mE (%d) %s: failed! mbedtls_ssl_handshake returned -0x%x
[0;31mE (%d) %s: Unable to verify the server's certificate.
[0;31mE (%d) %s: failed
!
[0;33mW (%d) %s: Server Verification skipped
[0;31mE (%d) %s: failed! mbedtls_ssl_write returned -0x%x
aws_timer
[0;31mE (%d) %s: timeout is out of range: %ds
TIMER_IS_AFTER_OVERFLOW(REG_READ(FRC_TIMER_COUNT_REG(1)))
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/esp_timer_esp32.c
esp_timer_impl
[0;31mE (%d) %s: esp_intr_alloc failed (0x%0x)
s_timer_ticks_per_us > 0 && apb_freq % TIMER_DIV == 0 && "APB frequency does not result in a valid ticks_per_us value"
esp_intr_enable(s_timer_interrupt_handle)
esp_timer_impl_init
timer_count_reload
@(hint & (~RST_REASON_MASK)) == 0
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp32/reset_reason.c
esp_reset_reason_set_hint
(adc_num == ADC_UNIT_1) || (adc_num == ADC_UNIT_2)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_adc_cal/esp_adc_cal.c
chars != NULL
bit_width < ADC_WIDTH_MAX
esp_adc_cal_raw_to_voltage
esp_adc_cal_characterize
ETH_EVENT
[0;31mE (%d) %s: system event loop not initialized via esp_event_loop_init
[0;31mE (%d) %s: system event loop already initialized
SYSTEM_EVENT
esp_https_ota
[0;31mE (%d) %s: URL redirection Failed
[0;31mE (%d) %s: Failed to open HTTP connection: %s
[0;31mE (%d) %s: Error: esp_ota_write failed! err=0x%d
[0;31mE (%d) %s: esp_https_ota_begin: Invalid argument
[0;31mE (%d) %s: Server certificate not found in esp_http_client config
[0;31mE (%d) %s: Couldn't allocate memory to upgrade data buffer
[0;31mE (%d) %s: Failed to initialise HTTP connection
[0;31mE (%d) %s: Failed to establish HTTP connection
[0;32mI (%d) %s: Starting OTA...
[0;31mE (%d) %s: Passive OTA partition not found
[0;32mI (%d) %s: Writing to partition subtype %d at offset 0x%x
[0;31mE (%d) %s: esp_https_ota_read_img_desc: Invalid argument
[0;31mE (%d) %s: esp_https_ota_read_img_desc: Invalid state
[0;31mE (%d) %s: Connection closed, errno = %d
[0;31mE (%d) %s: Complete headers were not received
[0;31mE (%d) %s: esp_https_ota_perform: Invalid argument
[0;31mE (%d) %s: esp_https_ota_perform: Invalid state
[0;31mE (%d) %s: esp_ota_begin failed (%s)
[0;32mI (%d) %s: Connection closed
[0;31mE (%d) %s: data read %d, errno %d
[0;31mE (%d) %s: Invalid ESP HTTPS OTA State
[0;31mE (%d) %s: esp_ota_set_boot_partition failed! err=0x%d
[0;31mE (%d) %s: esp_http_client config not found
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_ringbuf/ringbuf.c
vRingbufferDelete
vRingbufferReturnItemFromISR
vRingbufferReturnItem
xRingbufferReceiveUpToFromISR
prvReceiveGenericFromISR
prvReceiveGeneric
xRingbufferReceive
xRingbufferSendFromISR
xRingbufferSend
prvGetFreeSize
prvCheckItemFitsDefault
prvSendItemDoneNoSplit
prvAcquireItemNoSplit
prvGetItemDefault
prvReturnItemDefault
prvCopyItemAllowSplit
prvCheckItemFitsByteBuffer
prvCopyItemByteBuf
prvGetItemByteBuf
prvReturnItemByteBuf
xRingbufferCreate
coexist
nvs_log_init, osi_nvs_set_blob fail, key=%s ret=%x
nvs_log_init, nvs_erase_key failed ret=0x%x
nvs_log_init, osi_nvs_commit failed ret=0x%x
nvs_log_init, erase log key successfully, reinit nvs log
misc nvs f
misc
dhcps_start(): could not obtain pcb
dhcps_stop: apnetif == NULL
Sctcpip_thread: invalid message
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/api/tcpip.c
@Invalid mbox
semaphore not initialized
failed to create tcpip_thread mbox
tcpip_thread_handle_msg
tcpip_thread
tcpip_init
tcpip_send_msg_wait_sem
tcpip_try_callback
tcpip_callback
tcpip_inpkt
server_addr != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c
Failed to allocate udp pcb for sntp client
Invalid operating mode
Operating mode must not be set while SNTP client is running
sntp_setoperatingmode
sntp_send_request
sntp_init
malloc() must return aligned memory
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/mem.c
rmem != NULL
rmem == MEM_ALIGN(rmem)
mem_free
mem_malloc
memp_malloc: memp properly aligned
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/memp.c
memp_free: mem properly aligned
do_memp_free_pool
do_memp_malloc_pool
B?PBUF_POOL
PBUF_REF/ROM
MLD6_GROUP
ND6_QUEUE
NETDB
SYS_TIMEOUT
IGMP_GROUP
ARP_QUEUE
TCPIP_MSG_INPKT
TCPIP_MSG_API
NETCONN
NETBUF
FRAG_PBUF
TCP_SEG
TCP_PCB_LISTEN
TCP_PCB
UDP_PCB
RAW_PCB
tcp_remove_listener: invalid listener
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/tcp.c
pcb != NULL
pcb->state == LISTEN
tcp_free_listen: !LISTEN
tcp_free: LISTEN
accepts_pending != 0
tcp_update_rcv_ann_wnd: invalid pcb
new_rcv_ann_wnd <= 0xffff
don't call tcp_recved for listen-pcbs
tcp_seg_copy: invalid seg
invalid socket state for recv callback
invalid socket state for sent callback
invalid socket state for err callback
invalid socket state for poll
tcp_next_iss: invalid pcb
tcp_eff_send_mss_netif: invalid dst_ip
tcp_pcb_remove: invalid pcb
tcp_pcb_remove: invalid pcblist
unsent segments leaking
unacked segments leaking
ooseq segments leaking
don't call tcp_abort/tcp_abandon for listen-pcbs
tcp_netif_ip_addr_changed_pcblist: invalid old_addr
tcp_close_shutdown: invalid pcb
pcb->flags & TF_RXCLOSED
tcp_slowtmr: active pcb->state != CLOSED
tcp_slowtmr: active pcb->state != LISTEN
tcp_slowtmr: active pcb->state != TIME-WAIT
tcp_slowtimr: persist ticking with in-flight data
tcp_slowtimr: persist ticking with empty send buffer
tcp_slowtmr: middle tcp != tcp_active_pcbs
tcp_slowtmr: first pcb == tcp_active_pcbs
tcp_slowtmr: TIME-WAIT pcb->state == TIME-WAIT
tcp_slowtmr: middle tcp != tcp_tw_pcbs
tcp_slowtmr: first pcb == tcp_tw_pcbs
tcp_netif_ip_addr_changed_pcblist
tcp_eff_send_mss_netif
tcp_next_iss
tcp_pcb_remove
tcp_poll
tcp_err
tcp_sent
tcp_recv
tcp_seg_copy
tcp_slowtmr
tcp_recved
tcp_update_rcv_ann_wnd
tcp_abandon
tcp_close_shutdown_fin
tcp_free_listen
tcp_remove_listener
tcp_listen_closed
tcp_close_shutdown
tcp_backlog_accepted
tcp_free
sys_timeout: timeout != NULL, pool MEMP_SYS_TIMEOUT is empty
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/timeouts.c
Timeout time too long, max is LWIP_UINT32_MAX/4 msecs
invalid sleeptime
sys_timeouts_sleeptime
sys_timeout
sys_timeout_abs
@invalid response
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/dns.c
dns server out of array
array index out of bounds
unknown dns_table entry state:
localhost
dns_send
dns_call_found
dns_check_entry
tcp_parseopt: invalid pcb
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/tcp_in.c
tcp_input_delayed_close: invalid pcb
tcp_timewait_input: invalid pcb
tcp_listen_input: invalid pcb
tcp_oos_insert_segment: invalid cseg
pcb->snd_queuelen >= pbuf_clen(next->p)
tcp_receive: valid queue length
tcp_receive: invalid pcb
tcp_receive: wrong state
unacked
unsent
inseg.p != NULL
insane offset!
pbuf too short!
tcp_receive: segment not trimmed correctly to rcv_wnd
tcp_receive: segment not trimmed correctly to ooseq queue
tcp_receive: tcplen > rcv_wnd
tcp_receive: ooseq tcplen > rcv_wnd
tcp_process: invalid pcb
tcp_input: pcb->state != CLOSED
pcb->snd_queuelen > 0
no segment to free
pcb->listener->accept != NULL
@tcp_input: invalid pbuf
p->next != NULL
p->len == 0
p->tot_len == p->next->tot_len
tcp_input: active pcb->state != CLOSED
tcp_input: active pcb->state != TIME-WAIT
tcp_input: active pcb->state != LISTEN
tcp_input: pcb->next != pcb (before cache)
tcp_input: pcb->next != pcb (after cache)
tcp_input: TIME-WAIT pcb->state == TIME-WAIT
pcb->refused_data == NULL
tcp_input_delayed_close
tcp_oos_insert_segment
tcp_free_acked_segments
tcp_receive
tcp_process
tcp_parseopt
tcp_listen_input
tcp_timewait_input
tcp_input
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/pbuf.c
invalid pbuf_type
pbuf_free: p->ref > 0
pc->custom_free_function != NULL
invalid pbuf type
pbuf_alloc: pbuf q->payload properly aligned
PBUF_POOL_BUFSIZE must be bigger than MEM_ALIGNMENT
pbuf_alloc: pbuf->payload properly aligned
pbuf_alloc: erroneous type
pbuf_realloc: p != NULL
pbuf_realloc: q != NULL
mem_trim returned q == NULL
pbuf ref overflow
p->tot_len == p->len (of last pbuf in chain)
offset_to <= p_to->len
offset_from <= p_from->len
pbuf_take: invalid pbuf
did not copy all data
check pbuf_skip result
pbuf_copy failed
pbuf_clone
pbuf_take_at
pbuf_take
pbuf_copy
pbuf_cat
pbuf_ref
pbuf_free
pbuf_remove_header
pbuf_add_header_impl
pbuf_realloc
pbuf_alloc_reference
pbuf_alloc
netif_loopif_init: invalid netif
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/netif.c
netif_issue_reports: invalid netif
invalid pointer
netif_poll: invalid netif
bogus pbuf: len != tot_len but next == NULL!
netif->loop_cnt_current underflow
should not be null since first != last!
netif already added
too many netifs, max. supported number is 255
netif_loop_output: invalid netif
netif_loop_output: invalid pbuf
if first != NULL, last must also be != NULL
netif != NULL
invalid index
netif_ip6_addr_set: invalid netif
netif_ip6_addr_set: invalid addr6
netif_get_ip6_addr_match: invalid netif
netif_get_ip6_addr_match: invalid ip6addr
netif_get_ip6_addr_match
netif_ip6_addr_set_state
netif_ip6_addr_set_parts
netif_ip6_addr_set
netif_poll
netif_loop_output
netif_issue_reports
netif_do_set_ipaddr
netif_add
netif_loopif_init
udp_input_local_match: invalid pcb
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/udp.c
udp_input_local_match: invalid netif
udp_input: invalid pbuf
udp_input: invalid netif
pbuf_remove_header failed
check that first pbuf can hold struct udp_hdr
udp_sendto_if_src
udp_input_local_match
udp_input
tcp_write_checks: invalid pcb
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/tcp_out.c
tcp_write: pbufs on queue => at least one queue non-empty
tcp_write: no pbufs on queue => both queues empty
tcp_output_segment_busy: invalid seg
tcp_output_fill_options: invalid pbuf
options not filled
tcp_pbuf_prealloc: invalid oversize
tcp_pbuf_prealloc: invalid pcb
need unchained pbuf
tcp_create_segment: invalid pcb
tcp_create_segment: invalid pbuf
p->tot_len >= optlen
check that first pbuf can hold struct tcp_hdr
tcp_output_alloc_header: invalid pcb
tcp_output_segment: invalid seg
tcp_output_segment: invalid pcb
tcp_output_segment: invalid netif
tcp_output_control_segment: invalid pbuf
mss_local is too small
unsent_oversize mismatch (pcb vs. last_unsent)
inconsistent oversize vs. space
inconsistent oversize vs. len
unsent_oversize mismatch (pcb->unsent is NULL)
tcp_write: check that first pbuf can hold the complete seglen
prev_seg != NULL
last_unsent->oversize_left >= oversize_used
tcp_write: valid queue length
tcp_split_unsent_seg: invalid pcb
Can't split segment into length 0
split <= mss
useg->len > 0
tcp_enqueue_flags: need either TCP_SYN or TCP_FIN in flags (programmer violates API)
tcp_enqueue_flags: invalid pcb
tcp_enqueue_flags: check that first pbuf can hold optlen
seg->tcphdr not aligned
tcp_enqueue_flags: invalid segment length
tcp_enqueue_flags: invalid queue length
tcp_send_fin: invalid pcb
tcp_rexmit_rto_prepare: invalid pcb
tcp_rexmit: invalid pcb
tcp_rexmit_fast: invalid pcb
tcp_rst: invalid local_ip
tcp_rst: invalid remote_ip
tcp_send_empty_ack: invalid pcb
tcp_output: invalid pcb
don't call tcp_output for listen-pcbs
RST not expected here!
tcp_rexmit_rto_commit: invalid pcb
tcp_rexmit_rto: invalid pcb
tcp_keepalive: invalid pcb
tcp_zero_window_probe: invalid pcb
tcp_zero_window_probe
tcp_keepalive
tcp_output_alloc_header
tcp_send_empty_ack
tcp_output_control_segment
tcp_output_fill_options
tcp_output_alloc_header_common
tcp_rst
tcp_rexmit_fast
tcp_rexmit
tcp_rexmit_rto
tcp_rexmit_rto_commit
tcp_rexmit_rto_prepare
tcp_output_segment_busy
tcp_output_segment
tcp_output
tcp_enqueue_flags
tcp_send_fin
tcp_split_unsent_seg
tcp_create_segment
tcp_pbuf_prealloc
tcp_write_checks
tcp_write
dhcp_option_short: options_out_len + 2 <= DHCP_OPTIONS_LEN
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c
dhcp_option: options_out_len + 2 + option_len <= DHCP_OPTIONS_LEN
dhcp_option_byte: options_out_len < DHCP_OPTIONS_LEN
dhcp_option_long: options_out_len + 4 <= DHCP_OPTIONS_LEN
dhcp_create_msg: check that first pbuf can hold struct dhcp_msg
DHCP: hostname is too long!
dhcp_pcb_refcount(): refcount error
dhcp_inc_pcb_refcount(): memory leak
check decode_idx
@invalid server address type
dhcp != NULL
netif already has a struct dhcp set
invalid dhcp->state
dhcp_network_changed
dhcp_parse_reply
dhcp_recv
dhcp_inc_pcb_refcount
dhcp_dec_pcb_refcount
dhcp_set_cb
dhcp_cleanup
dhcp_option_long
dhcp_option_hostname
dhcp_option_byte
dhcp_option
dhcp_option_short
dhcp_create_msg
q != NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c
r->p != NULL
arp_table[i].q == NULL
i < ARP_TABLE_SIZE
arp_table[i].state == ETHARP_STATE_EMPTY
netif->hwaddr_len == ETH_HWADDR_LEN
check that first pbuf can hold struct etharp_hdr
netif->hwaddr_len must be the same as ETH_HWADDR_LEN for etharp!
ipaddr != NULL
eth_ret != NULL
arp_table[arp_idx].state >= ETHARP_STATE_STABLE
type overflow
arp_table[i].state == PENDING or STABLE
no packet queues allowed!
etharp_query
etharp_output_to_arp_index
etharp_output
etharp_raw
etharp_update_arp_entry
etharp_find_entry
free_etharp_q
unhandled
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c
@ip4addr_aton
igmp_send: check that first pbuf can hold struct igmp_msg
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c
igmp_lookup_group: first group must be allsystems
igmp_lookup_group: all except first group must not be allsystems
igmp_send
igmp_lookup_group
p->ref == 1
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c
check that first pbuf can hold struct ip_hdr
ip4_output_if_opt_src
check that first pbuf can hold icmp message
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c
icmp_input: moving r->payload to icmp header failed
icmp_input: restoring original p->payload failed
icmp_send_response
icmp_input
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c
check that first pbuf can hold struct ip6_hdr
ip6_output_if_src
bad valid lifetime
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c
q->p != NULL
target address is required
@selected router must have a neighbor entry
nd6_get_next_hop_entry
nd6_find_route
nd6_free_q
nd6_process_autoconfig_prefix
nd6_send_ns
nd6_send_na
check that first pbuf can hold icmp 6message
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c
icmpv6 packet not a direct response
icmp6_send_response_with_addrs_and_netif
icmp6_send_response
netif->hwaddr_len must be 6 for ethernet_output!
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/netif/ethernet.c
ethernet_output
lwip_arch
[0;31mE (%d) %s: sys_init: failed to init lwip protect mutex
[0;31mE (%d) %s: thread_sem_init: out of memory
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/port/esp32/netif/wlanif.c
espressif
wlanif_init
raw pcb recv callback altered pbuf payload pointer without eating packet
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/raw.c
Can't restore header we just removed!
Checksum must fit into first pbuf
raw_sendto_if_src
raw_input
this needs a pbuf in one piece!
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c
ip4_frag
p->tot_len >= IP6_HLEN
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c
ip6_frag
esp_vfs_register_fd_range(&vfs, NULL, LWIP_SOCKET_OFFSET, MAX_FDS)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/port/esp32/vfs_lwip.c
esp_vfs_lwip_sockets_register
sock->fd_used > 0
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/api/sockets.c
Unknown socket option
select_cb->prev == NULL
select_cb->prev != NULL
fromaddr != NULL
from != NULL
fromlen != NULL
sock != NULL
sock->fd_used != 0
sockets[i].select_waiting == 0
nready >= 0
socket gone at the end of select
sock->select_waiting > 0
no socket given
this should be checked internally
invalid copylen, len would underflow
invalid copylen
unknown event
@arg != NULL
Unhandled netconn type in SO_BINDTODEVICE
Invalid netif index
@sock->lastdata == NULL
lwip_recvfrom
lwip_setsockopt_impl
lwip_setsockopt_callback
lwip_sockopt_to_ipopt
lwip_getsockopt_callback
lwip_select_dec_sockets_used
lwip_selscan
lwip_unlink_select_cb
sock_inc_used_locked
lwip_select
event_callback
lwip_recvfrom_udp_raw
lwip_sock_make_addr
lwip_recv_tcp
lwip_close
done_socket
free_socket_locked
alloc_socket
sock_inc_used
freeing conn without freeing pcb
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/api/api_lib.c
conn has no recvmbox
conn->acceptmbox shouldn't exist
do_write failed to write all bytes
netconn_write_vectors_partly
netconn_recv_data
netconn_new_with_proto_and_callback
check that first pbuf can hold size
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/api/netbuf.c
netbuf_alloc
unhandled error
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/api/api_msg.c
recv_udp must have a pcb argument
recv_udp must have an argument
recv_udp: recv for wrong pcb!
pcb_new: pcb already allocated
conn->state == NETCONN_CONNECT
(conn->current_msg != NULL) || conn->in_non_blocking_connect
blocking connect state error
conn != NULL
conn->current_msg != NULL
inavlid op_completed_sem
conn->current_msg == NULL
conn->pcb.tcp != NULL
conn->current_msg->msg.w.offset < conn->current_msg->msg.w.len
conn->current_msg->msg.w.vector_cnt > 0
lwip_netconn_do_writemore: invalid length!
invalid conn
this is for tcp netconns only
conn must be in state NETCONN_CLOSE
pcb already closed
Closing a listen pcb may not fail!
recv_tcp must have a pcb argument
recv_tcp must have an argument
err != ERR_OK unhandled
recv_tcp: recv for wrong pcb!
err != NULL
netconn_alloc: undefined netconn_type
PCB must be deallocated outside this function
recvmbox must be deallocated before calling this function
acceptmbox must be deallocated before calling this function
netconn marked closed
netconn state error
msg->conn->current_msg != NULL
already writing or closing
msg->msg.w.len != 0
invalid netconn_type
msg->msg.sd.shut == NETCONN_SHUT_RD
lwip_netconn_do_close
lwip_netconn_do_getaddr
lwip_netconn_do_write
lwip_netconn_do_connected
lwip_netconn_do_delconn
netconn_drain
netconn_free
netconn_alloc
recv_tcp
sent_tcp
lwip_netconn_do_close_internal
lwip_netconn_do_writemore
poll_tcp
lwip_netconn_err_to_msg
err_tcp
recv_udp
pcb_new
lwip_netconn_is_err_msg
z|;A
secp521r1
brainpoolP512r1
secp384r1
brainpoolP384r1
secp256r1
secp256k1
brainpoolP256r1
secp224r1
secp224k1
secp192r1
secp192k1
} Ut]
$o,
vRQ>
8STs
LwH'
%s%s
%sUnknown reason (this should not happen)
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
The certificate validity has expired
The certificate has been revoked (is on a CRL)
The certificate Common Name (CN) does not match with the expected CN
The certificate is not correctly signed by the trusted CA
The CRL is not correctly signed by the trusted CA
The CRL is expired
Certificate was missing
Certificate verification was skipped
Other reason (can be used by verify callback)
The certificate validity starts in the future
The CRL is from the future
Usage does not match the keyUsage extension
Usage does not match the extendedKeyUsage extension
Usage does not match the nsCertType extension
The certificate is signed with an unacceptable hash.
The certificate is signed with an unacceptable PK alg (eg RSA vs ECDSA).
The certificate is signed with an unacceptable key (eg bad curve, RSA too short).
The CRL is signed with an unacceptable hash.
The CRL is signed with an unacceptable PK alg (eg RSA vs ECDSA).
The CRL is signed with an unacceptable key (eg bad curve, RSA too short).
server finished
client finished
extended master secret
master secret
key expansion
5mmQ
vb^~
I(fQ
mg 5NJ
^F.6
pbeWithSHAAnd3-KeyTripleDES-CBC
PBE with SHA1 and 3-Key 3DES
pbeWithSHAAnd2-KeyTripleDES-CBC
PBE with SHA1 and 2-Key 3DES
hmacSHA1
HMAC-SHA-1
hmacSHA224
HMAC-SHA-224
hmacSHA256
HMAC-SHA-256
hmacSHA384
HMAC-SHA-384
hmacSHA512
HMAC-SHA-512
id-md5
id-sha1
SHA-1
id-sha224
SHA-224
id-sha256
SHA-256
id-sha384
SHA-384
id-sha512
SHA-512
desCBC
des-ede3-cbc
DES-EDE3-CBC
brainpool256r1
brainpool384r1
brainpool512r1
rsaEncryption
id-ecPublicKey
Generic EC key
id-ecDH
EC key for ECDH
md5WithRSAEncryption
RSA with MD5
sha-1WithRSAEncryption
RSA with SHA1
sha224WithRSAEncryption
RSA with SHA-224
sha256WithRSAEncryption
RSA with SHA-256
sha384WithRSAEncryption
RSA with SHA-384
sha512WithRSAEncryption
RSA with SHA-512
ecdsa-with-SHA1
ECDSA with SHA1
ecdsa-with-SHA224
ECDSA with SHA224
ecdsa-with-SHA256
ECDSA with SHA256
ecdsa-with-SHA384
ECDSA with SHA384
ecdsa-with-SHA512
ECDSA with SHA512
RSASSA-PSS
id-kp-serverAuth
TLS Web Server Authentication
id-kp-clientAuth
TLS Web Client Authentication
id-kp-codeSigning
Code Signing
id-kp-emailProtection
E-mail Protection
id-kp-timeStamping
Time Stamping
id-kp-OCSPSigning
OCSP Signing
id-ce-basicConstraints
Basic Constraints
id-ce-keyUsage
Key Usage
id-ce-extKeyUsage
Extended Key Usage
id-ce-subjectAltName
Subject Alt Name
id-netscape-certtype
Netscape Certificate Type
id-at-commonName
Common Name
id-at-countryName
Country
id-at-locality
Locality
id-at-state
State
id-at-organizationName
Organization
id-at-organizationalUnitName
Org Unit
emailAddress
E-mail address
id-at-serialNumber
Serial number
serialNumber
id-at-postalAddress
Postal address
postalAddress
id-at-postalCode
Postal code
postalCode
id-at-surName
Surname
id-at-givenName
Given name
id-at-initials
Initials
initials
id-at-generationQualifier
Generation qualifier
generationQualifier
id-at-title
Title
title
id-at-dnQualifier
Distinguished Name qualifier
dnQualifier
id-at-pseudonym
Pseudonym
pseudonym
id-domainComponent
Domain component
id-at-uniqueIdentifier
Unique Identifier
uniqueIdentifier
D7q/;M
} Uo
+Yo,
&\8!
* qW
LwH'
L*~e
@TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA
TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA256
TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA384
TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384
TLS-ECDHE-ECDSA-WITH-AES-256-CCM
TLS-ECDHE-ECDSA-WITH-AES-256-CCM-8
TLS-ECDHE-ECDSA-WITH-AES-128-CCM
TLS-ECDHE-ECDSA-WITH-AES-128-CCM-8
TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA
TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA
TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256
TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256
TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA384
TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
TLS-DHE-RSA-WITH-AES-256-GCM-SHA384
TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
TLS-DHE-RSA-WITH-AES-128-CBC-SHA256
TLS-DHE-RSA-WITH-AES-256-CBC-SHA256
TLS-DHE-RSA-WITH-AES-128-CBC-SHA
TLS-DHE-RSA-WITH-AES-256-CBC-SHA
TLS-DHE-RSA-WITH-AES-256-CCM
TLS-DHE-RSA-WITH-AES-256-CCM-8
TLS-DHE-RSA-WITH-AES-128-CCM
TLS-DHE-RSA-WITH-AES-128-CCM-8
TLS-RSA-WITH-AES-256-GCM-SHA384
TLS-RSA-WITH-AES-128-GCM-SHA256
TLS-RSA-WITH-AES-128-CBC-SHA256
TLS-RSA-WITH-AES-256-CBC-SHA256
TLS-RSA-WITH-AES-128-CBC-SHA
TLS-RSA-WITH-AES-256-CBC-SHA
TLS-RSA-WITH-AES-256-CCM
TLS-RSA-WITH-AES-256-CCM-8
TLS-RSA-WITH-AES-128-CCM
TLS-RSA-WITH-AES-128-CCM-8
TLS-ECDH-RSA-WITH-AES-128-CBC-SHA
TLS-ECDH-RSA-WITH-AES-256-CBC-SHA
TLS-ECDH-RSA-WITH-AES-128-CBC-SHA256
TLS-ECDH-RSA-WITH-AES-128-GCM-SHA256
TLS-ECDH-RSA-WITH-AES-256-CBC-SHA384
TLS-ECDH-RSA-WITH-AES-256-GCM-SHA384
TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA
TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA
TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA256
TLS-ECDH-ECDSA-WITH-AES-128-GCM-SHA256
TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA384
TLS-ECDH-ECDSA-WITH-AES-256-GCM-SHA384
rsa.N
rsa.E
eckey.Q
RSA-alt
ECDSA
EC_DH
LA\>Up
[^H_JI
2cV]8
h^j@GPm|_}
.2!Zd
H:XV`
P~o]
S<&A
w!FF
P~o]
~Tb2
/HK,
zA0u
Z}wSn
( &
M3[E
tjFi
p<5a
,f>'
xj)9
=Mk`
]o,&
vr8^T:l)U
U8*T
^1kW3
=*\\E)
U#C9
DPV2A
I0$r
-----BEGIN
-----END RSA PRIVATE KEY-----
-----BEGIN RSA PRIVATE KEY-----
-----END EC PRIVATE KEY-----
-----BEGIN EC PRIVATE KEY-----
-----END PRIVATE KEY-----
-----BEGIN PRIVATE KEY-----
-----END ENCRYPTED PRIVATE KEY-----
-----BEGIN ENCRYPTED PRIVATE KEY-----
@Proc-Type: 4,ENCRYPTED
DEK-Info: AES-
DEK-Info: AES-128-CBC,
DEK-Info: AES-192-CBC,
DEK-Info: AES-256-CBC,
@BLINDING CONTEXT
?456789:;<=
!"#$%&'()*+,-./0123
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/
%)+/5;=CGIOSYaegkmq
\&C?
<&C?
|%C?
\%C?C
<%C?D
%C?E
$C?
$C?F
P$C?G
0$C?
#C?+
X#C?,
8#C?-
AES-256-CCM
AES-192-CCM
AES-128-CCM
AES-256-GCM
AES-192-GCM
AES-128-GCM
AES-256-XTS
AES-128-XTS
AES-256-CTR
AES-192-CTR
AES-128-CTR
AES-256-OFB
AES-192-OFB
AES-128-OFB
AES-256-CFB128
AES-192-CFB128
AES-128-CFB128
AES-256-CBC
AES-192-CBC
AES-128-CBC
AES-256-ECB
AES-192-ECB
AES-128-ECB
!C?
x#C?,
"C?
x#C?+
"C?
x#C?
"C?
("C?
4"C?
@"C?
p$C?F
L"C?
p$C?
X"C?
|&C?
d"C?
|&C?
p"C?
|&C?E
|"C?
|&C?D
|&C?C
|&C?
|&C?
|&C?
|&C?
|&C?
|&C?
|&C?
|&C?
|&C?
#C?
|&C?
@e%ld
[%Co
?@KL
Location
Transfer-Encoding
chunked
WWW-Authenticate
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_http_client/esp_http_client.c
HTTP_CLIENT
[0;31mE (%d) %s: %s:%d (%s): %s
Memory exhausted
https
http
Authorization
%s %s
[0;31mE (%d) %s: Out of buffer
HTTP/1.1
[0;33mW (%d) %s: esp_transport_read returned:%d and errno:%d
D (%d) %s: esp_transport_read returned:%d and errno:%d
[0;32mI (%d) %s: esp_transport_read returned:%d and errno:%d
[0;31mE (%d) %s: client or url must not NULL
[0;31mE (%d) %s: Error parse url %s
Host
ESP32 HTTP Client/1.0
[0;31mE (%d) %s: Error allocate memory
[0;31mE (%d) %s: Error initialize transport
[0;31mE (%d) %s: Error initialize SSL Transport
[0;31mE (%d) %s: Error set configurations
[0;31mE (%d) %s: Allocation failed
User-Agent
[0;31mE (%d) %s: Error while setting default configurations
[0;31mE (%d) %s: config should have either URL or host & path
[0;31mE (%d) %s: Client has not been initialized
[0;31mE (%d) %s: Failed to initialize request data
[0;31mE (%d) %s: No transport found
[0;31mE (%d) %s: Connection failed, sock < 0
[0;31mE (%d) %s: Connection failed
[0;31mE (%d) %s: Asynchronous mode doesn't work for HTTP based connection
[0;31mE (%d) %s: Error write request
Digest
realm="
algorithm=
qop="
nonce="
opaque="
[0;31mE (%d) %s: This authentication method is not supported: %s
[0;33mW (%d) %s: This request requires authentication, but does not provide header information for that
esp_http_client_set_url
_set_config
POST
DELETE
HEAD
NOTIFY
SUBSCRIBE
UNSUBSCRIBE
OPTIONS
08C?48C?<8C?
HC?@8C?H8C?P8C?X8C?d8C?p8C?/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_http_client/lib/http_header.c
HTTP_HEADER
%s: %s
http_header_set_format
http_header_new_item
http_header_init
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_http_client/lib/http_auth.c
HTTP_AUTH
%s:%s:%s
md5-sess
%s:%s:%016llx
%s:%s
auth-int
entity
%s:%s:%08x:%016llx:%s:%s
Digest username="%s", realm="%s", nonce="%s", uri="%s", algorithm="MD5", response="%s", qop=%s, nc=%08x, cnonce="%016llx"
%s, opaque="%s"
Basic
http_auth_basic
http_auth_digest
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_http_client/lib/http_utils.c
old_str
http_utils_get_string_between
http_utils_append_string
http_utils_assign_string
namelen is too long
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/lwip/lwip/src/api/netdb.c
total_size <= NETDB_ELEM_SIZE: please report this!
lwip_getaddrinfo
@u->field_set & (1 << UF_HOST)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/nghttp/port/http_parser.c
@HTTP_PARSER_ERRNO(parser) == HPE_OK
0 && "Unknown header_state"
0 && "Shouldn't get here."
parser->content_length != 0 && parser->content_length != ULLONG_MAX
parser->nread == 1
parser->flags & F_CHUNKED
parser->content_length == 0
0 && "unhandled state"
((header_field_mark ? 1 : 0) + (header_value_mark ? 1 : 0) + (url_mark ? 1 : 0) + (body_mark ? 1 : 0) + (status_mark ? 1 : 0)) <= 1
proxy-connection
content-length
transfer-encoding
upgrade
keep-alive
close
@!"Unexpected state"
@http_parse_host
http_parser_parse_url
http_parser_execute
HPE_OK
success
HPE_CB_message_begin
the on_message_begin callback failed
HPE_CB_url
the on_url callback failed
HPE_CB_header_field
the on_header_field callback failed
HPE_CB_header_value
the on_header_value callback failed
HPE_CB_headers_complete
the on_headers_complete callback failed
HPE_CB_body
the on_body callback failed
HPE_CB_message_complete
the on_message_complete callback failed
HPE_CB_status
the on_status callback failed
HPE_CB_chunk_header
the on_chunk_header callback failed
HPE_CB_chunk_complete
the on_chunk_complete callback failed
HPE_INVALID_EOF_STATE
stream ended at an unexpected time
HPE_HEADER_OVERFLOW
too many header bytes seen; overflow detected
HPE_CLOSED_CONNECTION
data received after completed connection: close message
HPE_INVALID_VERSION
invalid HTTP version
HPE_INVALID_STATUS
invalid HTTP status code
HPE_INVALID_METHOD
invalid HTTP method
HPE_INVALID_URL
invalid URL
HPE_INVALID_HOST
invalid host
HPE_INVALID_PORT
invalid port
HPE_INVALID_PATH
invalid path
HPE_INVALID_QUERY_STRING
invalid query string
HPE_INVALID_FRAGMENT
invalid fragment
HPE_LF_EXPECTED
LF character expected
HPE_INVALID_HEADER_TOKEN
invalid character in header
HPE_INVALID_CONTENT_LENGTH
invalid character in content-length header
HPE_UNEXPECTED_CONTENT_LENGTH
unexpected content-length header
HPE_INVALID_CHUNK_SIZE
invalid character in chunk size header
HPE_INVALID_CONSTANT
invalid constant string
HPE_INVALID_INTERNAL_STATE
encountered unexpected internal state
HPE_STRICT
strict mode assertion failed
HPE_PAUSED
parser is paused
HPE_UNKNOWN
an unknown error occurred
CONNECT
TRACE
COPY
MKCOL
MOVE
PROPFIND
PROPPATCH
SEARCH
UNLOCK
BIND
REBIND
UNBIND
REPORT
MKACTIVITY
CHECKOUT
MERGE
M-SEARCH
PURGE
MKCALENDAR
LINK
UNLINK
#$%&'
0123456789
abcdefghijklmnopqrstuvwxyz
^_`abcdefghijklmnopqrstuvwxyz
@8C?08C?H8C?48C?<8C?
HC?p8C?
HC?4
IC? IC?
IC? IC?P8C?X8C?d8C?
HC?,IC?4IC?@IC?HIC?TRANS_SSL
[0;31mE (%d) %s: ssl_poll_write select error %d, errno = %s, fd = %d
[0;31mE (%d) %s: ssl_poll_read select error %d, errno = %s, fd = %d
[0;33mW (%d) %s: Poll timeout or error, errno=%s, fd=%d, timeout_ms=%d
[0;31mE (%d) %s: esp_tls_conn_write error, errno=%s
[0;31mE (%d) %s: esp_tls_conn_read error, errno=%s
[0;31mE (%d) %s: Failed to open a new connection
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/tcp_transport/transport_ssl.c
esp_transport_ssl_init
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/tcp_transport/transport.c
TRANSPORT
esp_transport_init
esp_transport_list_add
esp_transport_list_init
TRANS_TCP
[0;31mE (%d) %s: tcp_poll_write select error %d, errno = %s, fd = %d
[0;31mE (%d) %s: tcp_poll_read select error %d, errno = %s, fd = %d
[0;31mE (%d) %s: DNS lookup failed err=%d res=%p
[0;31mE (%d) %s: Fail to setsockopt SO_KEEPALIVE
[0;31mE (%d) %s: Fail to setsockopt TCP_KEEPIDLE
[0;31mE (%d) %s: Fail to setsockopt TCP_KEEPINTVL
[0;31mE (%d) %s: Fail to setsockopt TCP_KEEPCNT
[0;31mE (%d) %s: Error create socket
[0;31mE (%d) %s: Error to set tcp [socket=%d] keep-alive
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/tcp_transport/transport_tcp.c
esp_transport_tcp_init
esp-tls
[0;31mE (%d) %s: write error :%d:
[0;31mE (%d) %s: read error :%d:
[0;31mE (%d) %s: couldn't get hostname for :%s:
[0;31mE (%d) %s: Failed to create socket (family %d socktype %d protocol %d)
[0;31mE (%d) %s: Unsupported protocol family %d
[0;31mE (%d) %s: Error setting keep-alive
[0;31mE (%d) %s: Failed to configure the socket as non-blocking (errno %d)
[0;31mE (%d) %s: Failed to connnect to host (errno %d)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp-tls/esp_tls.c
[0;31mE (%d) %s: global_cacert is NULL
[0;31mE (%d) %s: mbedtls_x509_crt_parse returned -0x%x
[0;33mW (%d) %s: mbedtls_x509_crt_parse was partly successful. No. of failed certificates: %d
[0;31mE (%d) %s: mbedtls_pk_parse_keyfile returned -0x%x
[0;31mE (%d) %s: mbedtls_ssl_conf_own_cert returned -0x%x
cfg != NULL
[0;31mE (%d) %s: mbedtls_ssl_set_hostname returned -0x%x
[0;31mE (%d) %s: mbedtls_ssl_config_defaults returned -0x%x
[0;31mE (%d) %s: mbedtls_ssl_conf_alpn_protocols returned -0x%x
[0;31mE (%d) %s: Failed to set server pki context
[0;31mE (%d) %s: You have to provide both clientcert_pem_buf and clientkey_pem_buf for mutual authentication
[0;31mE (%d) %s: Failed to set client configurations
[0;31mE (%d) %s: mbedtls_ctr_drbg_seed returned -0x%x
[0;31mE (%d) %s: mbedtls_ssl_setup returned -0x%x
[0;32mI (%d) %s: Failed to verify peer certificate!
[0;32mI (%d) %s: verification info: %s
[0;32mI (%d) %s: Certificate verified.
[0;31mE (%d) %s: empty esp_tls parameter
[0;31mE (%d) %s: create_ssl_handle failed
[0;31mE (%d) %s: mbedtls_ssl_handshake returned -0x%x
[0;31mE (%d) %s: failed to open a new connection
[0;31mE (%d) %s: invalid esp-tls state
[0;31mE (%d) %s: Failed to open new connection
[0;31mE (%d) %s: Failed to open new connection in specified timeout
[0;33mW (%d) %s: Failed to open new connection in specified timeout
[0;31mE (%d) %s: empty arg passed to esp_tls_get_bytes_avail()
set_pki_context
set_ca_cert
set_global_ca_store
set_client_config
create_ssl_handle
gpio
"(Cannot use REG_WRITE for DPORT registers use DPORT_REG_WRITE)" && (!(((((0x3ff44000 + 0x0530) + (gpio_num * 4))) >= 0x3ff00000) && (((0x3ff44000 + 0x0530) + (gpio_num * 4))) <= 0x3ff13FFC))
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/driver/gpio.c
GPIO output gpio_num error
"(Cannot use REG_SET_BIT for DPORT registers use DPORT_REG_SET_BIT)" && (!((((GPIO_PIN_MUX_REG[gpio_num])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[gpio_num])) <= 0x3ff13FFC))
"(Cannot use REG_CLR_BIT for DPORT registers use DPORT_REG_CLR_BIT)" && (!((((GPIO_PIN_MUX_REG[gpio_num])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[gpio_num])) <= 0x3ff13FFC))
GPIO interrupt type error
GPIO pull mode error
[0;31mE (%d) %s: Unknown pull up/down mode,gpio_num=%u,pull=%u
[0;31mE (%d) %s: io_num=%d can only be input
"(Cannot use SET_PERI_REG_MASK for DPORT registers use DPORT_SET_PERI_REG_MASK)" && (!((((GPIO_PIN_MUX_REG[gpio_num])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[gpio_num])) <= 0x3ff13FFC))
"(Cannot use CLEAR_PERI_REG_MASK for DPORT registers use DPORT_CLEAR_PERI_REG_MASK)" && (!((((GPIO_PIN_MUX_REG[gpio_num])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[gpio_num])) <= 0x3ff13FFC))
[0;31mE (%d) %s: GPIO_PIN mask error
[0;31mE (%d) %s: GPIO34-39 can only be used as input mode
[0;31mE (%d) %s: IO%d is not a valid GPIO
"(Cannot use SET_PERI_REG_MASK for DPORT registers use DPORT_SET_PERI_REG_MASK)" && (!((((GPIO_PIN_MUX_REG[io_num])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[io_num])) <= 0x3ff13FFC))
"(Cannot use CLEAR_PERI_REG_MASK for DPORT registers use DPORT_CLEAR_PERI_REG_MASK)" && (!((((GPIO_PIN_MUX_REG[io_num])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[io_num])) <= 0x3ff13FFC))
[0;32mI (%d) %s: GPIO[%d]| InputEn: %d| OutputEn: %d| OpenDrain: %d| Pullup: %d| Pulldown: %d| Intr:%d
"(Cannot use REG_SET_FIELD for DPORT registers use DPORT_REG_SET_FIELD)" && (!((((io_reg)) >= 0x3ff00000) && ((io_reg)) <= 0x3ff13FFC))
gpio_config
gpio_output_disable
gpio_output_disable
gpio_output_enable
gpio_set_direction
gpio_set_direction
gpio_set_pull_mode
gpio_set_level
gpio_intr_disable
gpio_intr_enable
gpio_set_intr_type
gpio_pulldown_dis
gpio_pulldown_dis
gpio_pulldown_en
gpio_pulldown_en
gpio_pullup_dis
gpio_pullup_dis
gpio_pullup_en
gpio_pullup_en
system_event
[0;33mW (%d) %s: unexpected system event %d!
sys_evt
[0;33mW (%d) %s: handler already registered, overwriting
[0;31mE (%d) %s: alloc for new id node failed
[0;31mE (%d) %s: alloc mem for new base node failed
[0;31mE (%d) %s: event_loop_args was NULL
[0;31mE (%d) %s: event_loop was NULL
[0;31mE (%d) %s: alloc for event loop failed
[0;31mE (%d) %s: create event loop queue failed
[0;31mE (%d) %s: create event loop mutex failed
[0;31mE (%d) %s: create task for loop failed
event_loop
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/esp_event/esp_event.c
[0;31mE (%d) %s: suspended task for loop %p
event_handler
[0;31mE (%d) %s: registering to any event base with specific id unsupported
[0;31mE (%d) %s: alloc for new loop node failed
[0;31mE (%d) %s: unregistering to any event base with specific id unsupported
esp_event_post_to
esp_event_handler_unregister_with
esp_event_handler_register_with
esp_event_loop_run
FreeRTOS
[0;31mE (%d) %s: FreeRTOS Task "%s" should not return, Aborting now!
res == coreID || res == portMUX_FREE_VAL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/freertos/portmux_impl.inc.h
(res == portMUX_FREE_VAL) == (mux->count == 0)
mux->count < 0xFF
coreID == mux->owner
mux->count < 0x100
vPortCPUReleaseMutexIntsDisabledInternal
vPortCPUAcquireMutexIntsDisabledInternal
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/freertos/tasks.c
IDLE%d
vPortCPUReleaseMutexIntsDisabledInternal
vPortCPUAcquireMutexIntsDisabledInternal
xTaskPriorityDisinherit
xTaskCheckForTimeOut
vTaskSetTimeOutState
xTaskRemoveFromUnorderedEventList
xTaskRemoveFromEventList
vTaskPlaceOnEventListRestricted
vTaskPlaceOnUnorderedEventList
vTaskPlaceOnEventList
xTaskIncrementTick
xTaskGetIdleTaskHandleForCPU
pcTaskGetTaskName
xTaskResumeAll
vTaskStartScheduler
vTaskSuspend
vTaskPrioritySet
vTaskDelay
prvDeleteTCB
prvDeleteTLS
vTaskDelete
prvAddNewTaskToReadyList
Tasks currently running:
CPU 0/1
CPU 1
CPU 0
[%u] Error! Should enable WiFi modem sleep when both WiFi and Bluetooth are enabled!!!!!!
[%u] %s %u
[%u] CO: create fwn mutex error!
[%u] %s %u
[%u] CO: init coex schm error!
[%u] CO: create bb reset mutex error!
[%u] CO: create semaphore error!
[%u] %s %u
[%u] %s %u
[%u] CO: create schm semaphore error!
[%u] Invalid argument for %s
[%u] %s %u
[%u] %s %u
[%u] %s %u
[%u] Coex arbit init: no memory!
[%u] CO: create arbit mux error!
[%u] CO: create arbit mem mux error!
[%u] %s %u
048@DP\
048@DHPTX\<
ASSERT_WARN(%d %d), in %s at line %d
ASSERT_PARAM(%d %d), in %s at line %d
Warn f:%s l:%d p:%d %d
lc_task.c
ld_pscan.c
ld_sscan.c
ld_page.c
ld_inq.c
ld_csb_rx.c
ld_acl.c
ASSERT_ERR(%s), in %s at line %d
ld_csb_rx.c.c
ld_acl.c
(localVal & ~((uint16_t)0x000007FF)) == 0
(((uint16_t)clkoff1 << 0) & ~((uint16_t)0x000007FF)) == 0
(EM_BT_RXDESC_OFFSET + ld_env.curr_rxdesc_index * REG_EM_BT_RXDESC_SIZE) == bt_et_currentrxdescptr_currentrxdescptr_getf()
scan_evt timeout
#FEAT# ATTE2 status:%d
E(%d, 0) in user_cfm_req_reply
E: No elt when frame end
FEX %d %d
ELx10
ELx8
ELx200
ELx400
ELx40
ELx20000
ELx2000
ELx18000
ELx10000
ELx8000
E524288
E16384
E512
E8192
E0ISR
Memory dump at 0x
Backtrace:
|<-CORRUPTED
|<-CONTINUES
Core
register dump:
was running in ISR context:
EPC1 : 0x
EPC2 : 0x
EPC3 : 0x
EPC4 : 0x
ELF file SHA256:
PC
PS
A0
A1
A2
A3
A4
A5
A6
A7
A8
A9
A10
A11
A12
A13
A14
A15
SAR
EXCCAUSE
EXCVADDR
LBEG
LEND
LCOUNT
?Rebooting...
%s failed: esp_err_t 0x%x
(%s)
at 0x%08x
file: "%s" line %d
func: %s
expression: %s
abort() was called at PC 0x%08x on core %d
***ERROR*** A stack overflow in task
has been detected.
Unknown reason
Guru Meditation Error: Core
panic'ed (
Debug exception reason:
SingleStep
HwBreakpoint
Watchpoint 1 triggered
Watchpoint 0 triggered
BREAK instr
BREAKN instr
DebugIntr
Unhandled debug exception
Double exception
Unhandled kernel exception
Coprocessor exception
Interrupt wdt timeout on CPU0
Interrupt wdt timeout on CPU1
Cache disabled but cached memory region accessed
Unknown
at pc=
. Setting bp and returning..
. Exception was unhandled.
ESP_ERROR_CHECK
IllegalInstruction
Syscall
InstructionFetchError
LoadStoreError
Level1Interrupt
Alloca
IntegerDivideByZero
PCValue
Privileged
LoadStoreAlignment
InstrPDAddrError
LoadStorePIFDataError
InstrPIFAddrError
LoadStorePIFAddrError
InstTLBMiss
InstTLBMultiHit
InstFetchPrivilege
InstrFetchProhibited
LoadStoreTLBMiss
LoadStoreTLBMultihit
LoadStorePrivilege
LoadProhibited
StoreProhibited
Cp0Dis
Cp1Dis
Cp2Dis
Cp3Dis
Cp4Dis
Cp5Dis
Cp6Dis
Cp7Dis
!is_first_block(heap, block)
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/heap/multi_heap.c
CORRUPT HEAP: multi_heap.c:%d detected at 0x%08x
!is_last_block(block)
next > (intptr_t)block
a < b
heap != NULL
multi_heap_realloc_impl
merge_adjacent
get_prev_free_block
split_if_necessary
get_next_block
set_chan error! %d
debug mode FAIL
error: pll_cal exceeds 2ms!!!
i=%d,
0x%x,
@i2c_master_reset %d
index: %d value: 0x%x 0x%x 0x%x %d %d %d %d
max_gain: %d
total_pwr=%ld, min=%ld, max=%ld, rftx=0x%x, att=%d, dc_i=%d, dc_q=%d
rxiq: rftx=0x%x, rfrx=x%x, att=%d, bb=0x%x, %d, %d
Dec 23 2020
0162888
%d,%s,%s
14:52:07
phy_version: %d, %s, %s, %s
%d, %d,
cal_rf_ana_gain, rf_gain=0x%x, ana_gain=0x%x
TX_POWER_BACKOFF,
TX_PWRCTRL_ATTEN,
BT_PA_GAIN,
BT_DIG_ATTEN,
BT_TX_BB, 0x%x
bt_txpwr_atten, %d
@1,target_power,%d, %d, p_error,%d, correct_v,%d, error_accum, %d, tot_p,%d, coatt,%d, rf_g,%x,%x, txq_rate,%d, %d, chan,%d, rate_att,%d
2,target_power,%d, p_error,%d, correct_v,%d, error_accum, %d, tot_p,%d, coatt,%d, rf_g,%x,%x, txq_rate,%d, %d, chan,%d, rate_att,%d
(%d,%d)
%d,%d
stage %d: CGAIN=%d FGAIN=%d, (%d,%d) %d;
i=%02d acc=%03d tgt=%03d err=%03d ser=%03d att=%03d
PG?82,
rtc_clk
[0;31mE (%d) %s: invalid rtc_cpu_freq_t value
[0;31mE (%d) %s: unsupported frequency configuration
[0;31mE (%d) %s: invalid frequency
[0;31mE (%d) %s: no response
memspi
out_write_protect!=NULL
/mnt/e/ESPSDK/ESP_Humidifier/test/esp-idf/components/spi_flash/spi_flash_chip_generic.c
@spi_flash_chip_generic_get_write_protect
@generic
@issi
84@30@
0"0
I@@IPPI``IppI
@?,L
@?T}
4"A?D"A?T"A?d"A?t"A?
&A?$&A?
wB?8wB?
zB?<
?d|B?
B?,p
?gfff
@?|"A?
@?()
hC? hC?
L`hC?
hC?p
?pkC?R
(iC?`
?`kC?D
jC?{
jC?,
iC? hC?`hC?
hC?xiC?
kC?
kC?TkC?@kC?0kC?
? kC?
jC?M
xjC?
XjC?
<jC?
jC?g
A?
!E
!E
0 `F
I"Y2
I"Y2
" th
b"$""
, Z
pptr
8RBB
* Vz
* Vz
ZT"A
H#YAW
05 Q
04 A
da[
z AV
,B U !
@E Q
0E!Q
0E!PD
%AP"
H%:D8209 921
9#939C9S
} \
b@@t"&)
zppt
# 2
00tBa
Z tb
``tB
@@t
@w0A
PPte~
00tY
t@@t
PPtb
" $ B!
Z 1F
tB
tF
#S t
*
00t t
t*
**RH
vppt
wzsa
t@@
@@tP
t0
t0
a J
$ A
t00T=
3 ps
`3 @U
`U b
t0
t0
t0
x02S00
0:
2#.
300t
01! #
" t
"#02
0?1 "!0"
" t
?wwww@P
wwPP
tV
+3KU00tg
* 1
**f9
"A**"
3#00t
f)q*
t
4';d
t
tR
ZqB$Z
` G=
([Qp
Sf(R
k, t)
i0kQ
k""C
ZS ,
eRB
t H
pdba PPtp2A=
@?T}
@?(#
@?8 @?\ @?
@?(
@?`x
@?Tx
@?,$@?$
)@?
*@?$*@?
/@?,*@?8*@?
+@?H+@?
+@?0
,@?P
,@?,
?t0@?@
,@?8
?@0@?(-@?
0@?h-@?
0@?l-@?
0@?X
-@?\0@?$0@?0.@?p.@?
/@?`/@?
@01@?<1@?d1@?
1@?p
1@?$2@?H2@?t2@?
2@?,3@?`#
@x3@?
3@?T
@?$S
@?<_
@?4!
@?P"
@?H:
@?xx
@?yy
@@?
?O?/
@? $
?VUUU
F@0+
fB?p
?gfff
XB?$
"LH'
( 00
02 9
ZYR%
S'h
`aEG
p!E)AFC
:@PD
`U Y
p!E)A
ZP`D
f ba
'h1h
hQg(
QYAF
ppt
pptw
h 'p3
p3 &
Y(i8H1IHH
IX @t
PD |
EPD BW
PD I
%PD BW
`e0X!
`U Y
e(3
() K
%<!-
%A!-
e?K-
B") C04 M
2b)!
("VR
# =
D@Cc
J"@3
s&#0&3F
+32B
;32B
f*_a
2 <
"820
:9:D
8B(R
e72
%HD-
%|&!
VJ "!
1I!9
e+D-
e"D
2%e<
e=
tV
*%#
f2 !
tV
( )
%U&f
b -
f2 !
-
%,&=
j Vj
0t@(
@tG
%OL-
d,L
RBi
d2R5
/L
e"Cd
* Vj
* VJ
8@?6A
%; ,
@t]
4@?@
(4@?D4@?
6@?6A
Vz Q9
,h2J
46@?X6@?t6@?6A
* Vz
&2Gf
7@?6A
+ Ze{
$RB
Z%s
($r(#
Zel
#2J
2"J
B"J
,Y"J
XTHD
TB$9
1 %!
XTHDV
?,7@?<7@?6A
F@@tf
J X
)*)J
" tB#$2##
b"J
T7@?6A
)(9H
)*9J
rd!2W
b$!V
d7@?6A
00t"
I*2j
)RJ
9*)J
)19A
HCXS
(TIS
j lK
"$;I
";b&(
(TIC
"$:I
":b&(
8@?D8@?6
: f"*e
&2;&
y1i!Y
yqiaYQI
8@?6A
""PVB
8@? 9@?
8@? 9@?6
l)A+*
2)'2H
P9@?
9@?6
PP40U
f pf r
i%y5
R%(2a
)a"
l:@?
*DJJ
")&BH
")'"H
")' (A"H
*<
i&2i'
""&BH
:@?<
A \iba
G7e@q
I@?@
wr[g
pz0pp
pptrH
9f9e
""4
2$3A,
J@?\T
(VR";78n
e\
S K
B&4a
"$3A
,J@?
ZVb"T`u
`vAb$
qiaYQIA
J@?lT
8K@?
\K@?
"a,Ba0
!,B'
DRa3XmPP
a.Ra-
!7Wd0
R!-B
!4Ba1|
fE(b
ba2
n
!2 l
!9V*
!4'i
!9fE
X6P[0
!,R))G
" D !
B @
!,2R
!-RS
!,B()G
G:!f
Db!-R&&BR
B!,"
2a/=
o lB!,
ppdw67
w@@d
!-R(&BB"
!7Vje
Hw@J
!, l"
B!-"$;
KJVj
< K%
&; \
X:KJ
<ZRBbT
@E I2
R!-"%&&R
l"!,
B!2P$
, K
!, :
!2 8
Ba3Ba/Ba.Ba4Ba1!S
!4""
6 ( )6
!/%=
"!/@
@twj
(wWb
!-"(;'
$"()H6
" $ )6
!5e>
!-R(&BB$
!7V:
)` L
B!,
!,BB%
2!/F
U)t)dY
% )
EF7
B'c"
2''V
2'2V
#0f bE
"!R"&
yppt
""EC
""EC
zppt
""EC
""EC
A #
#; L
#; ,
" t
"eS
")08
2b)
";2B
"Oi8g
)2%fg
bbOB
,L@?LL@?pL@?
M@?6
HD@C
R4a%
b&9V6
09 V
LB * 2
2H$
@M@?
8@?6A
D@@tG9! D@
@@tG
kB
3 2J
&`"
b%N
2,Qw
2,Sgs
08 2D
2,SW
0: 00t
3!:2
82,S
" tws
0XA2D
PM@?`M@?|M@?
05 0b4 V
06AL
8'BU%
01!G
C04 "
d0f bBd
# "U
M@?6A
/ e
M@?6A
@H IE
M@?6a
PXA(
08AH
XT05 9T
bS2R
3 [ H
M@?6
0U YAPR4
:r9q2'
B$(
pfC00
D @DA
WDBQ
05c00
Xq $@E
00t03
00t
(; $
N@?,N@?HN@?
:805!
rU#2Q
2E0bU%
b'3
`g bU
;"
dN@?
(C8S9A
300tAq
C@@t
`0t(
"C"a
@pp`r
b%Fi!!
D#P4
#;I1
D@@tQ'
TPPt
h!`0``3
@00`2
0@t&
R%4bB
2$7
" t'=
t'
O@?6
z HV@X
P0thFVc
:U2&&
00t7
) %
BRA
800t
00t
" t'
t':
0c R%
9A)!YaiQI1
"&9V
@O@?PO@?6A
3 92gi
08 922
209 92 CB
&Q1$
@H I2B
2p@tBB
%Swy
2%S
22Mc -
pO@?6A
dJ8:2
H 2H
J@?6A
3 R"C
5 21
c R"C
@3 M
@E @XABC RC
T<CB
0D 1
@E @XABC RC
@E Ir
h&((
8@?(S@?6a
d Jv
TfI
iAi!i1
8!(1
fH%"
Pb
t8108s91
t08s9!
P@?TP@?6a
p L
B(9G
#B(&fT
`P@?6A
P@?6
5%f8
&xp,Y
fX!`
C0"
0" 8
0" b$
'2V)
# f
PW YA
prAB
#0 /
,S@?6
9A8(9Q88
=8A7
K8a0
9A8(
: H
Q@? Q@?4Q@?HQ@?\Q@?xQ@?
Q@?<S@?
R@? R@?DR@?
|R@?
S@?6
3 FQ
) L
(Q'3
ha(q
w K"
ha8q(
r%xa
gbD
G FrD
G VbD
Vr%g
&F*&
c2Bt
S2Bt
32Bt
ha8q(
@@tPf
f#`P
tR
`t@U Y
U K3
04 &
04
TP% B
0# t
&s5&
Wf3l"
\S@?L
,r Hv
S@?6A
S@?6A
0T@?6A
<T@?\T@?
HR!1
2&,!
&< &LF
+WPPt
\@?lT@?6A
"$9 {"
PX F
r % "c
P" "c
% "c
T@?6
8"(B9a
Ha@#
B$Q"U
B#LV
00tY
Sc=
hAJ5
:6kc,
hQ Vc
\ha
(qRV
}"Ma
*tL
:) "
U@?6a
b&& (0
"5aX
f0``t&'
BCBRCC
(" P
" t
#; ,
z!
dU@?xU@?
U@?6A
Vs&%& 1
V:hH
g2#&fS
%X 1
00t9A1*
c 32R>
u)1-
*h!"
,JI
0tg3
0pt
(SVB
, 2d
:4L
dRVz
(1Vr
(TV2
8!"I
4V@?HV@?6A
tV@?6A
V@?6A
<%
(; lK
" t}
t0#
V@?6a
r*ib
*)RBT
9'BS
('BR
0t!Y
300t
D@@t
f``tg
``tg8
& #bGC
`t!
f``t
0@tr
BFT
f``t
# t
"[(
&2D"
`tB
bJ
<H@?
W@?6A
L [
(1""
W@?6A
X@?(X@?6A
CB*&
h""5
`8CBC|
<X@?6A
XX@?6A
L ;
00tb%
@"0
@"07
X@?6A
X@?\
f#E!
X@? Y@?TY@?
Z@?DZ@?\Z@?
Z@?6a
",A/
G81B
b"%i
iSb"
b""""'i
Z@?6A
lV@?
8@?$[@?@[@?X[@?6A
"$ <
t[@?|
t00t'8
&("f85F
$!"
[@?6a
< +
< +
[@?,\@?6a
P4 44
Pu 0
00tB%
0D I
"$X
0" )
\@?6a
J"C
&3*&
&3 V
S&3#
j $BC
t\@?
\@?6A
D BC
f22(
* V:
D @@tBC
]@?<]@?
t,8@
X]@?t]@?
]@?
]@?!
]@?"
]@?#
^@?*
^@?,
?$^@?-
?0^@?.
?<^@?0
?H^@?
?X^@?
?h^@?
?t^@?
^@?_
? _@?
?$_@?
?0_@?
,M |
m |
VJA
l K
| [
m |
3 -!i
VZ1
Vj/
Vj)
Vz'
Vz!
,M |
m |
\_@?t`@?x_@?
`@?6A
`t,5
* e|
"$ " +"H
3@?6A
d,L
`@?6
A""(
3,Br
d 4BSM
cN S2B
A""(
(`@?8`@?X`@?6A
*&&X
(d@? d@?6A
92B
Bbc9
D@@tK3VT
tX
t1
a@?6A
R 0
4a@?Da@?6a
'Ir'Hw(
0" )D!
# )z
a@?
8@?6a
% )
% )
a@?6
82L.0>
`g bD
hE`t
px yI
4@"
' )H
hDfB
& )D
b%cB
2$!2
`h bG
IAR'
j305
:600
s07 9
`3 9G
07 9
4@2
xF '
0" )F
HCfB
$ )C
hE!3
0" )E(
+)Gh
a@?4d@?
a@?A
a@?6
fc.V~
@G x
@G II
dBS
@@tVTd
B%!b#
LJK@@
fi'h
+fjji!b')
jgi!b%
x'f'
jgi!b%
!b%%
jg`j
mjk``
,BJ
B'Q7
H2gd
!r')
JGI!B%
!B%&
JG@J
`i i
$BS
py yL
@@4@D
@G II
hEfD
@F IE
A(Q"
j"+"
L{
*$x!
b#fh
jgi!
JEI!B#
!2#$
09 9
v`h i
PV YH
PX Y
4@"
% )F
XCfB
% )C
09 9
v`h i
PV YH
PX Y
4@"
% )F
XCfB
% )C
"ic-
+"jb
*&b%
%"j"
f*&
" Z
+rJ
w rJ
iAbQ
bQ 2Q
xEpV
uPX Y
05 9HX
08 9
004@3
04 9E
TXDfC
05 9D
c@?6
t8EBa
r#9G
t@L I
PD IL
@L I
@@4@T
xL@G
PD IL
TxEfD
@G IE
@E BF
b&HV
2 Y!
2 9!
@d@?
A?Dd@?Ld@?Pd@?Xd@?\d@?6A
2&(6
&8R&Hx
`d@?|d@?
8@?`e@?
d@?6A
08 2b)
2b)!/
4f@?6A
ecX2
3Y29
B"E
3BbE9
8Sxb2a
8SB#;e
(2Gb
84 #
Xf@?|f@?
@@tXF00t
"#3
tBC
dBC
0t"(
t78
0t"(
+ z
f@? g@?$g@?6
( tf"
r&!'
*Tb%
Dg@?6
P lK
PPt9
2,
RB-2B+
X1bb
P3 bb
h!X1bb
&#*&35F&
#2B.
32B.
C2B.
S2B.
f#, c2B.
c s2B.
> #0
2B/
@@tp
IAB(T
#(QbG<
"%M
?\g@?6a
bcy1
""H
g@?6A
tq
gcbc
2'b@
\
g@?6A
t@@tPPt
G6;a
*&RB
h@?0h@?Ph@?xh@?
h@?6
9A9Q9a9q9
42$9
"$9"
:7K3
0@tg4
yA, yQyayqy
\
i@?,i@?Ti@?
00t@@t9QI
9q9A9a0
ya9q
00tQ
:4 \
i@?6A
W@?~
R$) % "d)
L /8D
r"F
b%)@F Be)
i@?6A
<H@?<X@?
j@?Pj@?
@lj@?P
DF (
& \
2#4
L
"$D
IA9QRA
""DE"
Pe 8
PW PPt L
RDFbG
j@?6A
k@?4k@?6A
Dk@?pk@?
k@?6a
g L
l@?ll@?
> L
2FDI
L!u
A9!Y
l@?6A
tA8
l@?6A
#D t
l@?6A
(&fXO
( "c
l@?
m@?(m@?<m@?Tm@?hm@?|m@?
@@tR
HBRa
XTP_
Jc l
VJb
g6r%
$B$4
H \
G \
G \
V:-B&
[
xnpp
8r'4
8"#3
[
fpc
8h00
F L # t
# t
# R!
X405
+ z%U
z%T
z%S
@H IE
Hn@?6a
tn@?6a
?8o@?\o@?
p@?4p@?0*@?Lp@?"
?lp@?n
@tv@?
p@?6
(Bb&^
b"92b&
b":f#
j@0tr'^
h@H!
@f^) O
/
L /
Z1K
"9eh
8H 42
Z1+
L o
xH
i L
J2#^
@&.% O
S ^
@&.# O
&$W2(
S2A;
00tV
< K
l R
@H!2
L /
xH
L@x!
l R
5)ArA;
LB$6
B$7el
@fK%
b&6rB|
b&7eX
jBB|
2"9Vc
p@? q@?
q@?0q@?6a
(f(3!i
$""9(2
""9(2
tV
f"?"&f
Hq@?6A
v@?6a
U@P4
@P4W
B%RB
|q@?
q@?$r@?`r@?
r@?6
<
9QBA
9a9q9
(DK"
;
A@B BCA
s@?6A
R%4
XB!Y
$GB%9
"f"(
I(9H
(
8@?6A
00tVr
w@?6A
t
+
2#&fS3
t `
t+w0
ppt
tppt
W``t
c'"c(
f2 !
pPt
[ PY0RJ5+
f2 !
t00
y@?0w@?6A
xy@?6A
\y@?6A
Hy@?6A
# <
8y@?6A
y@?Tw@?6A
# <
y@?6A
x@?6A
x@?6A
# <
x@?6A
x@?xw@?6A
""9VR
x@?6A
""9VR
x@?6A
tx@?6A
# <
Xx@?6A
# <
@x@?6A
w@?t
w@?6A
x@? x@?6A
Z 00t
8"#5
82#4
RHLbHM
y@? z@?6A
f%+
PPtW;LB
= F
-
$z@?Dz@?\z@?lz@?6a
HRhB
\e#
$R%4
$R%3
8R%4
82$3
I8YXihyH
|z@?6a
8@?6A
T)A
$B$6
8""6
(#'i
z@?6
IAIQ
BC5BC7BC8BC9BC:
fwOQ
WKB
z@?<X@?4{@?l{@?@
{@?xu
{@?6
pptV
H604 96
^ L
YQYaYqY
YAbA
DBC4
300t
00t
79#r
:79&b
:19
z%*
k z%)
; z%(
K z%'
[ z%&
2#9H
S h
|@? |@?
@?6A
&y#!
W@?6A
|@?,|@?L|@?t|@?6A
"&&^
2"9
|@?6A
-
}@?6A
(&&^
B? }@?(}@?
0}@?d}@?
~@?8~@?
bY!X
``tR
pg rb
z8#V
, K
Ji$"
"Bc>"C
@?6A
#>Am
c>"H
@?6a
@@t*D04
Y!R'
: lK
00tJ3P3
tj"@"
\ Ke
@@tZD1
@?6A
jr@w
tY'
# a
V((F
rAK"E
rAK"E
$"AE"AF"AG"AH"AI"AJ
L [
~ L [
L [
(C 6"
< K
#01
H52
@04 95
@?6A
j2A+
@?6a
i1Y!
t
300t
@t@
HC LB
b%)@f
@H be)Bb
w e
@?6A
@?6A
@?6A
@@t)A(
(A L
R"gV
9a 2 Iq
Hq8a
@?6a
jCPD
300tB
04t2B
J300t2B
00t2B
R"J
@@tR
Ptr&
'&fY
bG;!
B$Q7t
r$9w
@?<{
< K
S'1s
< K
s L8B ?2
P5 q4
{32H4
2$FPS I
300t@
* 2%<7
@@t]
@`tM
(Pr'(
bdQ (aO
h3@F
@?0u
@?6A
R"9(
%("f". L
2$;7
( <x2 K
)ayQ
1i!Y
< K
RA*
2$;
H204
K@?k
@?6!
< K
P KYQR!
YAR!
Y1R!
86&2
# )6
)6"'O
3"$f
@?6A
B"9"
(u +
8BIAB#9
`g bd
s09 9
3 9I"
4@2
0" )H
hCfB
& )C
*(1)
A?Xd@?Ld@?
"#9V
b%QQA
# K
, K
ir#9
r#9r
w# K
8x'&'QK
~ L
B,
(D T"
8@?6A
gbT!
*):@U
K4 L0
@?6A
R !
@?6a
)!2U
@rVX
rV&
U <
@4 Q
t "
t "
00t
<X@?(
t``tpptf#
04 00t
ps0p:
R . L
00t@
d dBC`
t00t
@?d0
`t00t@@tPPt
@?6A
00t9a
9#2R
7#0?!p3
00t
7#0?!p3
8#0?!
ps `g 1
``tg9
05 a
00t7
A@0$0> 00t
s vG
0:
PV b
@@tG
A`P$P] PPt2#
05 B
00t7422
A@N @@tPD qX
9#0?!
t "
@@tPPt
N / 2R
B\ B\
tY<YL
Hr"HM2HP"HpBHq2Ht
rH("H+"H*"H
""C
@?6a
@@tb
@?6a
&b "
@?6A
:42R
#2B
S2B
c2B
gs%1
jc1t
g#=1
4 62
eRB
06 2E
`3 2H
fbB
`g bC
w rC
@?6a
t0
@?6a
$0 f
@?6a
@?6a
t0
@?6a
t00t@
@?6a
t00t
@?6a
300t
< Z
( "c
/050
` ``"
@ `2
@?6A
f[!
{ %C
r(4
(:r(7
ftb$
&:r'
2(4
#:B&
:"C
(0 t
2b"
82"#
Be#"E
PE "
* `v
, Zi!hQI
$:B$7
"!2#]
@Lc0
+""c#A
f"^(
t00t@@t
tBb#
+32b#"
+DBc"
b&4"C
%:"C
[ B$
RC "C
(4"C
+wzf`
( Z*+ ,
AY1I!y
r'4
0AA1S
04c2e
, Z
VR < Z
g!"G
"G "g""g#
, Z
@?6a
R%4Bb"
#:B" R"!
[2b
@?6A
00t
@?6A
)1)!q
%0 3
0 `0"
@ `"
wr9X$
Z22b
@?6A
t
'8>
t
'8*
(!`
l@f
f bS
t00t D
4G2
$!$
t
t
2@?p
<8A
ZP9
tA1
:99
u tH
05 Q
" t
D@@t&$
@00`2
@0`@3
@00`2
t
[
4RZ
(4P"
2"K
u"K
JK"K
K0RK,
K\RKX
XDPT5PE
@" )
tA
*S U
'58*3 #
5zTRd
4HD@d5`F
rD(rD)
w@?P
w@?6A
@?6A
@?6A
t,
@?6A
@?6A
@?6A
01!03
01!03
01!03
01!03
01!03
01!03
01!03
01!03
79q2
01!03
00tF
79T2
01!03
t2
79'2
01!03
t2
@?6A
00t2B`
@@tPPt
&4$F
C2RA
,2RA
@?6A
,x b
L<H R
@?6A
t,B'
E rf
@?6A
2&.*F
t00t@@t``t
V`jc
00tbB
bR?
C2B
Y7+
[ 97+
)7+
X 3P8
&2b
h1f
@?6a
@?6a
-sv
@?6a
Z%%
""K" 2"K. B"K: R"KF b"KR r"K^
? N ]
2HR s
HF2H^
Jg`f
tPPt
GY( l
2G&
@?6A
tP"
@@tX
GU7@
t00t
@?6A
08 9
;D@B!
4yQ
XQf5
""Q8
) )&
" )&
btbB
"C"bC
A""(
#02 |
7j, B
gj?
@?6A
< Z
< Z
@?6A
@$ a/
U !
0U 1
QWwP
C0=
@L 1j
UAc
@w AD
K"fC
#A2
0" Q
04
Aqx1%
x@E
0D 1
t (
t
000t
t@"
tr
f&-
$ "c
t00t@@t
tK
ppd
( B
PPd `0U
00t@@
*(2B
#92
F08 2D
*08 2D
08 2D
02008
02008
02008
2("V
Pt00t
HdVZ
)3)C
- \ K
} \ K
f""*
(( W
Tb((
tr'(
g""(
g""(
f2#&
f #""&
A |8 ?
D y
abA "A
bA "A
bA "A
bA "A
tbA b
A "A
a@U "A
1jp0
ZB$.
b""*
} \
b tB$)
d""(
f"
t |
d""(
} \
= l
bb&)
"#)!F
"#)!=
UPPt
t "
tr
"K3 t
~\U
""*I
b""*
m \N
(([Dppt
dR%&b
$ )
\V0g
s\C
9AG6
[U@0thQPPtg
# 12
DIQ0@D`D
Y!ia%
30Pt
p0t0#A
040 4
0 4
0S @1A7
" Pt
prA&
prA&
" t
;00t
300t
0t0bA&
v&&a&6fF
`j 1
t "
t;B1\
q @@tb
" t
Ri!Y
K *
tbH
i`g
f``tV
t00t
Z"
R#00t
t
Ba "a
B!!
R! W
8 L
h ,"a"
Ra"R
( L
P ,"a"
Ra"]
` ,
X ,"a"
Ra"R
"!"
""a &
x *SF
g0:
x #S
g `
* 1
2"/"".
$ )
w+f'
!Ii # )
D# t00
Q]jP
aSh`k
1`e!
!`nA
*b&
:""
A2}@3
t
0t0:
tVr
* 1
??@Pd0
* A
0: Q
R * Q
* 1
1ie0:
0: A$
* 1
* A
!Zg
00t!
00tQ)
dPV
p t=
00t:iB
300t:hB
@@t'
t
3#PPt"a
d""*
& VD
2"/"".
""T
Ptx
xPRC
ZR%.
''0F
xPRC
x 'C]
300t&#
""Y9
+URa
!hc *
Zr'.
`t=
0Pt"Q
*"".
:"".
+ :
@0t@
2a =
+ :
B! @
" t
+ :
t)A
00t=
tm
)a0g
(A G
@@t-
z" t
p$p"
D@@t
" t
Q``t
tppt
( "f
g2#)
dPZ
%/b%.
&/b&.
Y1Y!y
dPZ 0
<)!=
KOBB
KobB
<I2B
CbB~
FRB}
ehAbB{
ehqbBy
04 2b
00tB
u)A=
E0T
@FAR
`U @E 2
00t"
t
PR PPtY
0PtP
PZ !
'($"
'""!
1[_0:
!2_ 3
`h bI
3+"=
3C"
cC(
_0" 2
2U'2UY)
tB#
t2#
2#[
00t
!P~
f``t
PR Y
1W`0
" Q\
3 !V
`0:
^0:
1m^0
1la(
* 3S00
>00t
1:a0" )
300t
+
08 9
08 9
t00t
t"D
D "D
Q"D3
iRD>
jRDD
DN2DO
\Sp5
x t
D@@tKw'
[H@@tI
zxa%
UKfKw
KfKw
KfKw
Tzsa
t2#(
1Vo0
$0
`& b
c2#&
@t``tI
00t004
t`
@@ta
@@4`
j !
1+n0
tp
|x
PPt|
``t``
tf
[ <0:
g"#*
g m L
T2$*
0: A
Y *
!C[ *
:2#.
:
3S&%
D@@t&
+$ "!
+502!0
KDI1&5
ZYPP
D#BR
" "!BS
00t t@
00t`
# 4
t)q"
3#p"SPPtai
YQra
QR%N
PU!RD
UPPt
ZPPt
#R%P
u#+wpr!
X#+UPR!P3
t00t
wppt&w
#R%J
APPt``tIa
A'Z@J
"/"".
""7
300tV
f# fC
% =
a8Q"Y
S2)]
PPt``t=
""/Ba
Z3 !A00tV
@Ft"".
+ :"'
+$ 0t B
t+"
#00t=
k) t+"2a
@Ft2#. UBa
+ :8
<#YQ 5
UPPtW
00t9
t@@
Z" t
" Pt
900tB!
$ tB!
2a "a
"2A
+
+,
R%P)
[""
HA@"
P9C 3S
PYC US9
1""P
A""P
/Q7
M l
N ]
jB(*
} +B$*
hB$*
L +
jB$*
jB$*
jB$*
+B$)
hBCP
L +X
8R%*
$G%
@tBCT
@tBCU
@tBCW
$G,
$G,
% BCY)
A}i8
UPPt
US00tPPt
PPtF
PPtF
G2#IBBKbBIRBJ
A.i@3 9
@@tPPtBa
t t
p)qp
"# #
f#9Q
D#0DS
DC@@t
T#""
A""^
*#K" #!
_! U
R!P
I@@t8
"#P"S
3#qc
*00t
tVr
:" !!
" t
:20!t
wpptf
" !!
@t!
#00t
D@@tr'c
G7(q
:f``t
6#qq
""c T
@H !
"S_
vA~
(/R(.
wpptVW
r'IbTH
Zr'.
r&/b&.
0:
!aq *
2#* +
K" #
1aS0
1PR(
8) ;(
"#+" "t
% 06 "d09
:6H#
:68#7
:62#
" $A
8G*#8"
XG*%
QZ38
!vQX
95IE"
1CQH
PJB00$(
02 9
P*#q
j3`D
!oP(2
!kP("
1WP
9P)QyAi1Y!I
4P *
Q1P2U
P*((
t"C
t"C
O*((
O%w--
A^O"
" "D
AQO"
" "D
!GOR
&Y*
2 Y
2 Y
"Z")Q
"OeT
1Y!X
+D = l
0-F,
Ne)-
&b"
N b)
00t
G8I)
&Z3P"
@3 2F
pf bB
"H:@@
(8"R
PD BC 8"y
J"@U
"C -
J3`3
J"@U
(( )8( )H
{M(8
!lM(B
AkM@"
%A'
fM *
!\M""
!YM""
#0"
tV
!CM
J !?M""
*M *
M *
9"BB
@@t@H V
@@t@H
&8D&Ha
NL *
uK%i
.KeW
eK *
&( &8
" t"I
32A
9A S9q
\r"A
L2"A
""A
# t
\r"A
L2"A
""A
{
!\J
~J *
!dJ
_J1iJ"
hJ *
^JAcJ
t $
YJ :
!VJ"
#2B
j #2B
#2B
j #2B
#2B
&2&f
""D
R"D
hQzfb
0DAG
0 4K"
#2B
;* t
"F3
S2B
00tAtH
HTHdB
D BB
HHTHTB
D BB
HHSHtB
8S8s2
HHSHtB
8S8s2
G8S \
(S("(
" t
G8S832
G8S8C2
G8X8S2
8X8S
8X8S
G8S8c
S2B
&8B&HI
&hU&x\
S2B
!GHZ
D BK
D BJ
GHTH
GHTH
GHTH
GHTH
FHTH
FHTH
S2B
HXH$H
HXH$H
HXH$H
S2B
FHTB$
S2B
FHTB$
S2B
S2B
D BJ
D BJ
D BI
AvFHTH
AlFHTH
AbFHTH
AXFHTH
S2B
@@t``t
S2B
(R9B"
4fX#
R"D
* t
R"D
j S2B
4fX!B
S2B
S2B
<#2B
<32B
C2B
S2B
E8S8c
E8S8c|
8R8s%
(R(r%
(R""
&8!f
PPt
i1KaiAh
t`hA
"1pD9
qgDw
wppt
a%Dg
Ba22a3
a4ba6
8T8cB
t
C8RHC2
00d2D
8RH32
00d2D
0@d2
@3 2E
00d@3 2E
00d2D
00d2D
00d2D
d"C
C S9
@" "C
C(2
8#9%
"a| B"ax
c!rC
1pC"
"ad"ae"af"ag"ah"ai"aj"ak"al"amA
Q^Ch5(E
+aTC
2"A
!FC""
!BC(r(
"a| B"axa<C(v(
"ay
"an"ao"ap"aq"ar"as"at"au"av"aw"ad"ae"af"ag"ah"ai"aj"ak"al"ama"C
1 $I
1 $I
&8Pf
!@O1
!@O1
!@O1
<00d,
!@O1
!0?1
1 $I
L ;
C(")
\ ;
\ ;
1fA
00t@@t
!1A
A8CKCKrR
`U RC
P`dR
`U RC R
P`4R
`U RC
U RC
&8#f
&8#f
(A *
!T@(R("V
!R@(b("V"
!:@(R("V"
!7@""
"T!0@
!)@(R("
!'@(b("
@3 2B
: ev
&`U
`U RB
`U RB
?XEb
&`U RB
`U RB
v@ :
?XEb
PPdg
U0PPt
PPdV
PPdW
PPdW
PPdW
PPdW
PPdW
Pf iaR
PV Yab
`e iaR
QF@PV
U Yab
f bQ
f bQ
`U Ra
QO?XER
PPd\
``d[
L6Q@?X
Q<?h
U RF
``dR
PPdW
PP4b
`d4R
PP4W
?X5X
?h5
PRT`U
PPd
x?2a
t? *
&C;&SR|
&C0&SC|
?*((
t@@tJ\,
W(#B
>ZR
t@@tJ\<
"E0
"!>>'
d"I
u= *
!c=|
!`= (
\= *
t00t
B)11"=9A)q
PPtPD
ZZYQ(a Pt(APR
(A*u
" tVR
VbC
6bD
R"C
R"C
R"C
2"D
R"C
2"D
R"C
2"D
" tVR
5f\0
#9 2
Z3R
};%k
A}<8
!s<)A!s<)Q
a!"a"
a( c2a)
2a+"a,!b<8
"a.2a/!_<"a0
0t%B
<*((
;<S2B
{;2H
1v;<
200t
;" "A;" t
B t
!o;"
1[;<
!X;<#2B
!L;<
1[;2
;1W;
T; *
I; :
?; :
9; :
1!;
)!)1)A)Q)a
R !
:!P:
cAs:H
t: *
!i:"
S!g:(
:!k:)!
)Q)a)q"Q
\S2A
" t
"A!
6: *
QH *e
a'!(:"a)!':"a*
!%:"a,
2a-
9<4BB
+!i9
f2b
9*3!
9ZSR
"a#(
"Qe
B"a0"
"Qd
B!#I
" t
PPt F
09 :
f4*
!p8"
!n8
6(2hB"
*(`b
}8 :
!r8b
ad8"
*()&!
6x2(G)6(
`"0)
!]8b
aJ8(
bBKbBLbBMbBNbBObBPbBQbBRbBSbBTbBUbBVbBW
*&LfbB
bB bB
rB bB!m
!28*(j"
!&8y2r
a,8"
!v6h2(
'p"0)
'b( F`"0)
7b(
`"0)
`"0)
7ja*&
6(2(
t
``t`" w
+1
{*
k"
{"
k"
{"
A^7B$
+"
*1A`7
+"
{"
AI7B$
+"
A?7B$
+"
*1AA7
+"
{"
A*7H4:D
+"
*1A,7
+"
["
*1A"7
+"
C2a22a3
a4"a6
" t
00t
))2i
00t
t00t
:""X
tA
k" tF
t@@t
t1\42#
\tBA
L4BA
[" t C9Q1$69a)
)!)1)A)Q)a)q)
\s2A
L32A
[300t DIQA
5Ia9
b r =
755W
w:/p
fjDm
%PD
:Az5X
`B V
q5 *
BA0B
A( H
A&BA'
A) H
N@@tBa
R"D
&2.f
" t
" t*
" t
R"D
R"C
R"C
R"C
!fH.
I4"H
u!C4
R"C
""C
" tF
;" t
S2B
)!)A
" t
" t
" t
tAs3
t00t
!0?10
"'8$"
/1 +
t!?3
L8'8""
/1 +
t!43
t!)3
'3!#3
%3 *
; j
" t
")!
)1)A)Q
)!)1
)A)Q
t00t&
!A2P
!=2P
82RS
``tP
``t`h
"F
QN1I
a51Y
1,10
A 1X
0_1(
:5*)
J3:E1
1::
!IaYqi
IaYqi
9QIaYqba
91 #
ba$ra%
Ra#ba$ra%
!Ra#ba$ra%
)A!J/Ba"B
Ra#ba$ra%
)!Y1(
PtV%
t<z D
,B)$(
X$Z""
X$Z""
,B)$(
X$Z""
,B)$(
X$Z""
,B)$(
X$Z""
X$Z""
,B)$(
RY$W,
RY$W,
KRY$W,
wb.(H
BaD"a
*DBa
ZQRa
,Fbg
FFo
,Fbh
`hSba
,C2b
tF
,C2b
2BR
{3P3
,C2b
,C2b
,C2b
00tF
,C2b
,C2b
,C2b
0_1Ba
00`
{3@3
!y+1z+@F
Y+2!
AW+Ba
8Ra
2BR1K+B!
Lr2a
"CPR
BCQba
0" "Y
# "a
$0Ra
b:Ra
900tW
LeB!
LU .W
LfJYg
Ls"!
`@t2a
D@@t
BF7,
BF8
0_1@B!PD
::ZZ
"F9J+"
G*!2!
:""a
jURa
02 2a
fZ2:DBa
bDR
,C2b
,C2b
0?19
,C2b
,C2b
,C2b
,C2b
,C2b
,C2b
Pf ba
{3P3
,C2b
,C2b
,C2b
,C2b
,C2b
,C2b
,C2b
,C2b
rFPr
x "rFQa
ZY"a
,C2b
2BR"!
Pf ba
{3P3
*&Fl
,C2b
,C2b
,C2b
00tF
,C2b
,C2b
,C2b
{3P3
,C2b
,C2b
,C2b
,C2b
,C2b
rFRBa
PC
03A"
006 PSA"H
Pc V
JA &
0 4*$"
04A"H
02 PTAP# VB
2BR
$@H
J%G)
V:|b
!i$B!
Vjub
) `P
P" 2
R )
00` r
V*l"
V:h"
*+2!
=jdi
`DS@B
zvra
pfSr
Jfba
j"Po1Pf
0o10f
J90"c2!
j32a
Z#"a
V*6B
JABa
3SR!
VJ-"
*32a
j32a
j32a
@#S*U"!
JABa
?aCoc
fB?`
@?<n
@?Tn
A?$d
m@?$
A?4m
A?$i
A? !
A?, A?
?t A?
A?t5
QZ^&
A? ~
?, A?
?H A?
@T A?l A?
@| A?
.AP"
@ "A?
#A?|
(#A?
%A?p#A?
$A?<$A?
@t$A?
%A?h%A?
(A?\(A?
(A?0)A?
)A? 'A?
*A?D*A?
*A?<
B?t-A?
+A?X
@X+A?h+A?
+A?D,A?t,A?tc
,A?P-A?
,A?d
A?4-A?4u
?h-A?x-A?
-A?T/A?
?t/A?"
\.A?h.A?
.A?</A?
?80A?@0A?t0A?
0A? 1A?D1A?x1A?D2A?80A?
1A?z
@d2A?
3A?t2A?
2A?,3A?t3A?
@04A?
4A?H4A?P4A?\4A?d4A?p4A?|4A?
5A?$5A?05A?@5A?T5A?h5A?x5A?
6A?t6A?
?x7A?
8A?<8A?p9A?
6A?L8A?\8A?\9A?
6A?H9A?49A?h8A?
@ 9A?d7A?
8A?x8A?
:A?t=A?
3A?<:A?
?80A?x:A?
:A?H;A?D=A?
:A? ;A?0=A?
;A?0<A?
<A?t<A?\=A?|<A?8EA?
=A?|CA?`CA?HCA?
EA?dDA?
DA?DDA?(DA? DA?
8>A?
x>A?
>A?D?A?
?A?D@A?
EA?HAA?
DA?xAA?
AA?<BA?
CA?(
3A?xAA?
hEA?TJA?
EA? FA?
(GA?(
=A?tJA?pGA?
4JA?
HA?pHA?D
?@IA?
IA?hIA?
IA?xKA?dKA?
JA?TKA?
KA?DKA?
3A?xAA?
KA? MA?
KA?<LA?
@$MA?
4A?HW
MA?@MA?HMA?d
MA?xMA?
TA?@MA?
?@NA?
OA?dOA?
PA?dPA?
QA?XQA?
QA?HRA?
RA?dN
RA?(SA?tSA?
TA?pTA?@
UA?@MA?
TA?$UA?
\A?XUA?
VA?XVA?
WA?
? XA?\\A?TXA?@\A?
pXA?
?x\A?
YA?,YA?
\A?`YA?
YA?dR
YA?(ZA?TZA?@
ZA? \A?
[A?L[A?
?p[A?
?@MA?
]A? ^A?dA
_A?P
_A?d^A?JO
^A?,_A?p_A?
x`A?@MA?
_A?<`A?
@MA?
`A?@N
`A?,aA?
8aA?@aA?
fA?|aA?
bA?LbA?
jA?tgA?h
?0iA?
@LiA?xjA?hjA?
@\iA?8aA?diA?XjA?
iA?HjA?0jA?
kA?80A?
jA?$
,kA?4kA?
B?H
lA?$lA?0
@hlA?
lA?$mA?tmA?
mA?h
mA?X
@(nA?TnA?
nA?4oA? oA?PtA?8oA?`oA?
@4tA?
tA?$qA?
sA?tqA?
qA?4rA?lrA?
rA?`!
?<sA?xsA?
lA?dtA?0uA?TvA?
uA? uA? vA?
lA?hvA?
vA?H
vA?X
@DwA?
,xA?|xA?
yA?XyA?
yA?(zA?<%
?xzA?
{A?D{A?x{A?
{A?H|A?
|A?(}A?T}A?
~A?d~A?
~A?$
A?t'
A?b/
A?8aA?
A?41
A?T4
A?z
A?$kA?
A??B
A?*m
A?L[A?t
A?@B
A? uA?
A?0w
A?LiA?`
0@gfff|
)!Y1(
PtV%
t<z D
,B)$(
X$Z""
X$Z""
,B)$(
X$Z""
,B)$(
X$Z""
,B)$(
X$Z""
X$Z""
,B)$(
RY$W,
RY$W,
KRY$W,
(2"a
2# $
@# "Y
":;|
BaD2a
:DBa
bC>z
,Gre
JORa
,DBe
@@`Ba
DFp
,DBe
@HSBa
ztB!
,C2d
@0tF
,C2d
{U`U
4JJI
,ERc
,ERc
,DBc
,ERc
``tF
,DBc
4JOI
,ERc
,DBc
```
,C2b
,C2b
/1)
4JJI
,C2b
,C2b
,C2b
,C2b
,C2b
4JFI
,C2b
,C2b
{U`U
4JJI
,ERc
,ERc
,DBc
,ERc
,DBc
4JOI
,ERc
,DBc
,C2d
,C2d
$@3
RC<R
,ERc
,DBc
RD>B!
{U`U
4JJI
,ERc
,DBc
,ERc
``tF
,DBc
4JOI
,ERc
,DBc
{3`3
4jki
,ERc
,ERc
,ERc
,ERc
4jhi
,ERc
,ERc
RC<BC= #0
RC>&
p6
`@$`cA
0`h psABC
`@4JEB
`dA@G
`d ptApF V
2B>-
`TSb
'py
PSSZD2!
*>Ba
a%ra>
" "S
)!Y1(
PtV%
t<z D
,B)$(
X$Z""
X$Z""
,B)$(
X$Z""
,B)$(
X$Z""
,B)$(
X$Z""
X$Z""
,B)$(
RY$W,
RY$W,
KRY$W,
(2"a
2# $
@# "Y
(CV"
BaDQ
:;2a
*DBa
*fba
,Fbg
FFo
,Fbh
`hSba
,C2b
tF
,C2b
2BV
{3P3
,C2b
,C2b
,C2b
00tF
,C2b
,C2b
,C2b
0_1Ba
00`
{3@3
8Ra
2BV1
Lr2a
"CTR
BCUba
0" "Y
# "a
$0Ra
b:Ra
900tW
LeB!
LU .W
LfJYg
Ls"!
`@t2a
D@@t
BF7,
BF8
0_1@B!PD
7::JJF
"F9J+"
G*!2!
:""a
jURa
02 2a
fZ2:DBa
bDV
,C2b
,C2b
0?19
,C2b
,C2b
,C2b
,C2b
,C2b
,C2b
Pf ba
{3P3
,C2b
,C2b
,C2b
,C2b
,C2b
,C2b
,C2b
rFTr
x "rFUa
,C2b
ZY"a
,C2b
2BV"!
Pf ba
{3P3
,C2b
,C2b
,C2b
00tF
,C2b
,C2b
,C2b
{3P3
,C2b
,C2b
,C2b
,C2b
,C2b
,C2b
rFVBa
PC
03A"
006 PSA"H
Pc V
JA &
PE G
0 4*$"
04A"H
02 PTAP# VB
2BV
$@H
) `P
P" 2
bb"!
R )
00` r
*+2!
:jdi
`DS@B
VjZB
zvra
pfSr
Jfba
j"Po1Pf
0o10f
J90"c2!
j32a
Z#"a
JABa
3SR!
*32a
j32a
j32a
@#S*U"!
:URa
JABa
a%ra>
" "S
HC(B G
IAYQ"!)
(B!(!
HAXQ
R!(at
`S 2
W3.18
Yaba
&&1|
&U*|
q )S
"Gc=!
Ha "
@@`@P4
0c @A!
HAXQ
8aHq
)A9QHa
# #
fHAXQiA
<c 3
8qR!
! R!
_1 U
`_1`U
`RCP
hD;f
P"0)a(
fia<
`& b
!(2B
R!*I
b!*)
)J):-
H#G&&
'jsm
hCXDW
@4 M
xChD
& )
p7 @A!
)JYZ
0C P5
:" 01
01
1 iP3
9bIB=
9R
U<SY
GhFx
"00D
)!Y1(
PtV%
t<z D
,B)$(
X$Z""
X$Z""
,B)$(
X$Z""
,B)$(
X$Z""
,B)$(
X$Z""
X$Z""
,B)$(
RY$W,
RY$W,
KRY$W,
PQ!j
CYSJ
@" "S
wb*(H
BaD"a
:DBa
Jfba
bC:z
,Gre
JORa
,DBe
@@`Ba
DFp
,DBe
@HSBa
ztB!
,C2d
@0tF
,C2d
{U`U
0JJI
,ERc
,ERc
,DBc
,ERc
``tF
,DBc
0JOI
,ERc
,DBc
```
,C2b
,C2b
/1)
0JJI
,C2b
,C2b
,C2b
,C2b
,C2b
0JFI
,C2b
,C2b
{U`U
0JJI
,ERc
,ERc
,DBc
,ERc
,DBc
0JOI
,ERc
,DBc
,C2d
,C2d
$@3
RC8R
,ERc
,DBc
RD:B!
{U`U
0JJI
,ERc
,DBc
,ERc
``tF
,DBc
0JOI
,ERc
,DBc
{3`3
0jki
,ERc
,ERc
,ERc
,ERc
0jhi
,ERc
,ERc
RC8BC9 #0
RC:&
p6
`@$`cA
0`h psABC
`@4JEB
`dA@G
`d ptApF V
2B:-
`TSb
'py
V:'r
j32a
PVSZ
*>Ba
0Pt0 t
" "S
zt0w
"gx"
Bg}"gnA
2# $
Rgpbgq
gr
@# 2's
's"S
gyB'}2
Bg}V#
's2)
DBgvH
W88,
R'u@U Rgu
PD F
R'u,
PD F
PD Q
g}PD
PD L
PD
PD
R'n7
gn2gr7"
,B"gr"'p2'r
2gr7"
,B"gr"'p2'r:""
"'v"J
gn2gr7"
,B"gr"'p2'r
2gr7"
,B"gr"'p2'r:""
%"gnbm2-
,C2m22"0b"2
bm2]
,B"m2"%02%2:""
"'v)
%"gnbm2-
,C2m22"0b"2
bm2]
,B"m2"%02%2:""
R'vP/1Y
%"gnbm2-
,C2m22"0b"2
bm2]
,B"m2"%02%2:""
Rgz 9
guPT
HBgn2m27"
,B"m2"'p2'r
2m2M
,B"m2"$02$2:""
'8-|i
hbgn2m27"
,B"m2"'p2'r
2m2m
,B"m2"&02&2:""
'j&J
gvf9
'j&I
'uV<
'x:49
'sP3
ZDZf9
)"gnBm2-
,C2m22"0B"2
Bm2m
"-1F
,B"m2"&02&2:""
'4'|h
)"gnBm2-
,C2m22"0B"2
Bm2m
"-1F
,B"m2"&02&2:""
&2'u7
B'vb'y*D
fBgvbgy
'uVY
guPT
EBgn2m27"
,B"m2"'p2'r
2m2M
,B"m2"$02$2:""
b'w]
gn2m27"
,B"m2"'p2'r
2m2]
,B"m2"%02%2:""
:7
g~f8
'l&J
'~Vh
'{f9
'l&H
cgg;
D2'u
's2(
)"gnBm2-
$2m22"0B"2
Bm2m
,B"m2"&02&2:""
)"gnBm2-
,C2m22"0B"2
Bm2m
,B"m2"&02&2:""
2'yB'v
3*D2gyBgv
HBgn2m27"
,B"m2"'p2'r
2m2M
,B"m2"$02$2:""
"gyF
'8)|i
hbgn2m27"
,B"m2"'p2'r
2m2m
,B"m2"&02&2:""
:7
'j&J
gvf9
'j&I
32gy
D2'u
32gv
("gnBm2-
,C2m22"0B"2
Bm2m
,B"m2"&02&2:""
'4&|h
("gnBm2-
,C2m22"0B"2
Bm2m
,B"m2"&02&2:""
tF
"'v:"2'y"gv
32gy-
'u,i
'u,u
Rgu
W<%<
URguR'~
URg~F
'wRK
R'uR
RguV
'wZW
RgwR
'wZWW
<R'w
WdqB'n
gn2gr7"
"'qF
,B"gr
2gr7"
,B"grF
gn2gr7"
,B"gr"'p2'r
2gr7"
,B"gr"'p2'r:""
gn2gr7"
,B"gr"'p2'r
2gr7"
,B"gr"'p2'r:""
gn2m27"
,B"m2"#0
2m27"
,B"m2"#0
gn2gr7"
,B"gr"'p2'r
2gr7"
,B"gr"'p2'r:""
gn"m2'(
"-1F
,B"m2"'p2'r
"m2'(
,B"m2"'p2'r:""
2'y-
32gy2
B'w:7R'~b'v04
Z3:fbgv
B'yf
b'tB
"'tVb
2'tV
Bgy"'y
'9 e
`F R
a':D
1,"8
P`
!'>G
g.-
*ij
A,")
``
U8Q9
9*BJ
39$8*9
"!4J""a4
3KDF
@3 2b
3 2b
9A9Q9a
00t@@tb
00t2a
p t"a
)A)Q2!
t'
72(x5|
D@@t
b "
BA82!
2A9"
"a }
k*SPPt
300t
00tPPtb"
ba }
l:e``t
300t
00t2a
m*SPPt
300t
* VB
00t@@t
00t@@t
`pta
YA@@tIQB"
D@eA
8A"C
00t@@t
00t@@t
A@04
A004
0D I
A7$yb
d`dAF
@eA`p
:wrR 8
00t2a
@@t2
t08 2a
3L#7
A BA!2A"2!
2A# H2
2A7F
2A(,
CL#7
qrQ |
DBR B
DBR!V
00t9
@@tI
@8 g
@4 h
JK@h
`@tG
A0P4
92FP
t@@t2
@@4G
G6yr!
2! 7
t@@t2
SL#7
!@@4G
G6pr!
``tppt
X2+5
KE@g
`3 VS
2R!2R
2R 2
32R!
0DA0p4
@tpD
4L$G
A0P4
`tpf VF
2R 2R!
@@tPD
3I3
@@tPD I3(#
")#
@@tb"
39"8B
IB82
I28R
IB8R
i#i3|
bS bS!
*XbJEXB
IBX2
I2HR
XbJEX
XbJE
DI%F
`6 g
`6 g
#x6|
fi"hB
IBh2
I2HR
@ptA
39"8B
iB82
i28R
39RF
("VR
(("i
8$2b
* V*
#!+"
I"A)
304A
9282V3
* V"
B78=Z
B78!J
B78=J
2::0
:"'8
1 B)A!
Q)q9
00tR
`PtP3
e`h
%sf
&#U1
9A9Q9a)11~
P5 8
00tB
P@t@3
300t
a)19A!-
Y.K(
2(xF
a)11
)!!W
)!!C
)!!:
)!!-
r)Q
"A(
"A("
tF
%1^
iAyQ 6`"C
g70`
9*I:YJ
G54@uAKW
ZVX5W
G56@uAKW
PX Y
?'9i
?'9/
xF$
(F
%-]-
e+]-
a'
PPtPW V5
2g,(
"g-Rg.
B%,&
6G63
B",@
b 0
z ")
B'.BF
z #9
z #9
z #9
z #9
00t]
00tw
00tw
B##I
pptm
PuA
`uA
PuA
`uA
P5A
pU Rd
`5A
BR!
!@O1@
H"h2`T0
I@PU
x0Pw
wjwAH
D@pw
zuPH0pD
D0h#i
O@@D
JGpe0@f
J@`f
I@PU
D@pw
O@@D
J@`f
I@PU
D@pw
O@@D
J@`f
I@PU
D@pw
O@@D
J@`f
jd`40p3
:8ZS1
K@PU
ZVP60@3
A:8zs1
G@03
:50u0`w
qzxJGq
B@@D
JC@s0Pw
0w0z
L@`f
jd`t00w
@w0z|ZWq
K@PU
ZVPv0@w
`w0zz:7q
G@03
:50u0`w
Pw0zyJGq
B@@D
JC@s0Pw
1zxjgq
L@`f
jd`t00w
azxZWq
K@PU
ZVPv0@w
`w0z}:7q
G@03
:50u0`w
!zxJGq
B@@D
JC@s0Pw
Qzxjgq
L@pw
ztpd00f
jhZVa
K@PU
ZWPg0@f
jh:6a
G@03
:50e0pf
Pf0jnJFa
B@@D
JC@c0Pf
0f0jkzva
L@pw
ztpd00f0jlZVa
L@`f
jg`W0@U0
QZX:5Q
E@03
:60V0pU0
qZXJEQ
@@@D
JC@S0`U0Z]zuQ
I@pw
ztpT00U0
ZXjeQz
L@`f
jg`W0@U0
1ZX:5Qu
E@PU
ZVP60p30:>JC1p
@@@D
JE@50`30::zs1k
I@03
:40t0Pw0
zxjgqf
L@`f
jc`s0@w0z
ZWqa
E@PU
ZVPv00w0
!zxJGq\
@@@D
JE@u0`w0
Azx:7qW
I@03
:40t0Pw0
azxjgqQ
L@`f
jc`s0@w0z{ZWqM
E@PU
ZVPv00w0zyJGqH
@@@D
JE@u0`w0
zx:7qC
I@03
Px00w @w0z
joq=
J@`f
jc@x0`w 0w0z
Z^q7
F@PU
ZV0x0Pw `w0z
JMq2
A@@D
JE`x0@w Pw0z
:<q,
K@03
:4Px00w @w0z
jkq'
J@`f
jc@x0`w 0w0
!z{ZWq!
F@PU
ZV0x0Pw `w0z
A@@D
JE`x0@w Pw0
zz:7q
K@03
:4Px00w @w0
Qz{jgq
J@`f
jc@x0`w 0w0z
F@PU
ZV0x0Pw `w0
AzyJGq
A@@D
JE`x0@w Pw0
zz:7q
K@03
:4Px00w @w0
1z{jgq
J@`f
jc@x0`w 0w0
qzyZWq
F@PU
ZV0x0Pw `w0
zzJGq
A@@D
K@03
"JJI"
2Z[Y2
UYR@]%
RZYYR
)!)1)
"0"J
"0"J
0"0"G
PD0BC
X0@U
H@ r
K@0#
z"*&
B@@D
@h00f
K@ b
jezfji
B@03
0T0 U
UzUZX
B@ "
B@`f
B@PU
B@@D
B@03
B@ "
B@`f
B@PU
B@@D
B@03
B@ "
B@`f
B@PU
B@@D
B@03
B@ "
B@`f
B@PU
B@@D
B@03
B@ "
B@`f
B@PU
B@@D
B@03
B@ "
B@`f
B@PU
B@@D
B@03
B@ "
B@`f
`E0 D0Ba
DzDJ3
B@PU
M0@J0@
K@0C
M0@I0@
K@ B
B@03
L0@H0@
K@`F
B@ "
F00D0
DzDJN
B@`f
B@PU
B@@D
K@ r
B@03
K@`v
B@ "
v 0w
B@`f
B@PU
K@0s
B@@D
K@ r
B@03
K@`v
O0R!
@E0b!
O@@D
@?00=0R!
O@03
0" b!
0" b!
F02!
@C0@M0
O@@D
Ba J"
0" R!
O@@D
0" 2!
PC0b!
O@@D
2! 0O0R!
@E0b!
O@@T
m02!
`c0B!
O@`v
0" b!
0" b!
0?0B!
O@03
0" b!
"0b!
"0B!
0?0B!
O@03
:"j"*
:"j"*
E02!
O@@D
:"j"*
"02!
:"j"*
M02!
O@@D
:"j"*
@?0b! 060
O@03
:2!.
30B!
J3*3:
30b!
0B!
J3*3:
302a
0F0@E0b!
O@@D
J3*3:
30b!
F0@G0b!
O@@D
J3*3:
30b!
F0@M0@E0
O@@D
Z3*3:
302a
Pc02!
`c0`g0
O@`f
Z3*3:
s02!
P30R!
0500]0
O@PU
z3*3:
O@03
zf*fj
0P^0
P^0b!
O@PU
O@03
:f*fj
30PD0
O@@D
:D*$*
jUYRg
UYb@]%
bZYYbJX<
"a02a1
a1L
i#G8
U0RF
Ba#ra
` *%
"a 2a!
a!L
U0RF
P *%{
`F b!
@8u2A(@0
2A)@8A2A*BA+
D@Gc
Jf@w
B! {d`cAB
R! PHtBACRAB
AABA@
2! 0 $
*%,'rB
tf
" t
6 t
""g
"e!h
It 8
BL
c= X
c2 (
""d&"
.e!G
3 2Dt
t #0
3 2BtF
`v R!
R#d&%
&ba
5Ra
%/R!
_1P]%Z
#c&(
#cf(
#c&(
htbE
@@tG
`HtBEabEbF@
@@tG
htbEa
htbEa
d%B#;
"D "
"cf(V
38B&
`3 2Dt
9A9Qh
8eB&
+Df(42
xUb&
XeRa
BA8
38R&
3 2Ht
2"cf
2bW2
9A9Q8d+3
"cf(BhT
""cf"
2b;L
00tV#
3 2Ht2
t C0
t C0
t C0
2#2VC
" "Ht
`g r
r#cf'
'1`p$
w rHt
*#""A
r#cf'
rc`
:xqVg
Rc\r
P" "Gt
b PPt
t0
PPt(
YDYdYTYtW
3 +Ub
w +Ub
0" )D+Ub
0" )T+Ub
)T|r
i$Y4
YDYdYTYtW
`U b
`U b
`U a;
3 +Ub
w +Ub
'&t
0" )D
&3<|
"!&)
"!&"a
1IAYQ
0h"`
0H2@
001!
H@@D
@@@D
H@@D
0HB@
@@@D
H@@D
0HR@
H@@D
@@@D
H@@D
0Hb@
H@@D
@@@D
H@@D
0Hr@
H@@D
@@@D
H@@D
@@@D
H@@D
H@@D
@@@D
H@@D
0H"@
H@@D
@@@D
H@@D
0H2@
hubE
`ubE
htbE
hubE
`ubE
htbE
0h"`
hubE
`ubE
htbE
0D0(2 $0 8u2E 0u2E
8t2E
@30A
@309BH
@309RH"@309b
309r"
Hu1j
"a$2a%
a%L
U0RF
T *e
0h"`
0H2@
001!
H@`f
@@`f
0hR`
0hb`
0hr`
H@`f
@@`f
@@`f
H@`f
H@`f
@@`f
H@`f
0h"`
H@`f
@@`f
0@@t
H@@D
0H2@
@hu1'
hujcb
hujcb
f0@@tJC2
060(2 #0 8u2E 0u2E
8t2E
f'$r
7k'q>
pp4rF
pp4rE
9Ay1ZTY!2!
t
@p4
f0bH
P049
P"0"F
pHtBA
k")D
k29T"
k29t"
ERB
%RB
URB
c2B
RB ERB
RB %RB
B RB
%RB
URB
eRB
PhAbB
%B'BV
dBH
|""H
|""H
B"H
|""H
""H
|""H
R"H
|""H
"H
|""H
B"H
|""H
""H
|$BH
|""H
|""H
""H
|$BH
"Vf(
`d bC `hAbC
R"Ea
b"C&
;
R"Vf%
XQrE
PX r")
0U 8QPHtBC
HQ2D]2D^
$8AwU
;
2"Vf#
05 00
2"Vf#
HABC]B!
""Cf
*E!/
G5JR
;
"Vf(
3 00
2"Vf# 8Q
HABC]B!
BC^H
@@t
"V&(
f'a@@$V$
"Vf(
R"Vf%
2E]2E^R
Bb*
rb)L
^PV b")
b"EB
BP@$V
@XARC]BC^F
"C&)
RX*
:2<L
"Vf(
hIeC
R"BV
b"V&&
2"BV#
2"EA
bD b
"Vf(
bb;b
2b*
2Hpi
2"P9
Pw pXA
pU Ku
R%Vf% R!
7c0<
HD2b
Hp *
(AeM
"hVfC
@@tQ
R$EY1R$GY!Q
* %n
""E&
RdD
d; eP
EXR$EB
|BCYB
}BCZe
9" l
YRib
"C&+
"Df(1
"Df(-
2Bp
*B"W2"
00t9
" "J
(A"J
,Rd0
:ej
:ef
f(#0
&#"
k")D
k29T"
k29t"
HuBC
HABC
HtBC
|$BH
|""I
""I
(t"H
2 *%
hubC
hAbC
`i ``
f( b
hAbJ
g8b
k&JC'4D
b"F
Kf0&
cef'
2(Aw
"HtF
" "Ht7g
"cdF
""cdr
""cc
J"#bW
RcbF
2 8F
("'
F*'
#9Q
aY!iq2
3:12
2a1ra2,
YAiqB!2
YtZwRA
R!-b
(IA9qF
#2J
YA2!
9q2!
IsJUBA
03!"
$ $
@@t@H
@4 B
r!Py!
9(989H9X9h9xR
@ZV,
$kL,
3:"
`hAbJ
PhAbJ
PtYA
{Kr
@t@"
"1%I
:52f
8"2#B7
0s 2#
r"A
bB2"BV
bB2"BVS
`t@8
bB""B
YJ9ZI*
gCC0D
E@ 7
`00`
@@t-
:f`r
fp6
@@t-
5 hI
a@(B"aA
8E9*F
"0 t
`dcr
*& t"E
85JCI5
r$7b
t00t080
Rd7
* Vj
-fS(1f
Y1Y!y
*3 U
A@,
"#7*
`Ptr
`pt0(
t '
18~7
2$7:
%<LV
1C|00
300t
300t
evN1
e\=-
!e~ $Bb
A~ *
%/L
%CL-
!2~"
!1~"
! ~"
P})1
)!91
)!91
00t@@tPPte
t00
ppte
f*S0
# "Q
rA RQ
t00
# "Q
I1YAiQ
#|!#|
{e6!
{*(9
{*((
{%O!
% * +
1P{2
L{ *
*0 t
*0 t
&$#
0"0 t
0"0 tF
*0 tF
*0 t
)!wz
(Qf2
R!(B!)ppt
,z *
BA$BA%
z(A)
{ *e
R "
@@tPPt
00t@@te\
00teW
00t@@t
00t@@t%R
00teP
{yel
xy *
Aoy1oy
[y![y
!+y
]x\;
Kxe~
x9!1
Nw *eW
Lw J
3 2B
@3 2B
2Al S2An2
w:88
s2Ao l
2Ao2
2Ao2
1~v
2Ao l
2Ao2$A9! l
2Ao l
2Ao l
2Ao<
1av
1Gv
2Ao l
2$A9!
t
Al X
Ao"a
t
Al X
An H
t
Al X
t
Al X
An x
t
A| X
A~ 8
u*((
"At"
"Au<
00t
Al X
An (
Ao"a
t
Al X
Al X
te"*
Al X
Al X
Al X
eRC* &F
Pf R
W' ,
pf RS
X"RS
spf RS
Gpf r
&Haf
h!/t
A;sJ
zHr
zHb
zHR
@4
Xr +
@r +
\$ l
BFN
BF6
t
*(2R
*(2R
ZD@@
BAXB
SBQ#f$
J32Q$
fD(2
J32Q$00
)A *
BAXB
SBQ#f$
J32Q$
fD&2
J32Q$00
ppBa
1xp2
%a"1rp
)A *e
##ARp
ADpB
BQ/B
BQ.B
#BQ#f$
DBQ$
fD(B
DBQ$@@
HSBa
BQ/B
BQ.HSBa
#BQ#f$
DBQ$F
fD(B
DBQ$@@
"A& *e
*ex
JB
*es
a *%m
*ef
*%^
Y! l
Df*I
3 2R
08A2B
0(t"H
0 u"H
08u2H
8#($
9A :
@tBA
08A2Q
:%s
f #
AHjJ
AEjJ
A9jJ
%O/
D'2D(
R94-
00tf
e$+2
wh( l
300t
yaYAXaY
`YQR
hYqR
iXQY
!Ti"
Ry5
rE'2E("
p3 2U
*%:""
*D*&(
0"
hQbE
8q2E9
hqg4
00thQB
`@t@3
38Qf
1.f0" "U
0" "E
00t0
S2RS2
!Ob!P
bObbP2
`3 2B
0U RR
P3 2B
300t
00t
2D&2E
4-1rh2
D@@t74
*!Zh"
dh :
Nh!`h"X
" t
!#hF
I&(6F
tA
&bE-
Qjg l
@@t
* VZ
7h! 8
Df$/A
7h6B
/f"["
>Wb+%I%
Uf"X
Uf :
t1
<f*((
# ""A
eB$o
t@@t
"E. B"E-
1}e2#o
Q{eR
5RA
iQ"A
Df".!oe"
!de"
1KeBS
b"co
1Ge2#o
1Ee"co
t00
Q>eb%
ceeg
2Q 0
(4)1(D)A(T)Q
""A
j <
+eeN
$e%W
2"A
00tA
""JD
BC.2
#2B-
" "S
3 2Q
``ti
bB)rB/
1bH(h
bH)
bH* f
1bH'rH/f'
bB-@
bE 2
00t"
` t'
, t
t'
D@@tb
!Oc"
!=c"
:UPP
! c"
`t
t'
t00
""C
R"C
B"C
r"C
B"C
r"C
b"C
B"C
R"C
R"C
R"C
R"C
B"C
R"C
R"C
R"C
R"C
" "X]
h$ J
32E
a:8q
bz32
f``t
32E
a:88
q1}a2
!\a2
"c("c)"
#!Na2
32b
"
t@@
"0 t
0(t"A
0 u"A
08u2A
@(t"A
@ u"A
@HuBA
At`B
Ae`B
(A``B
A\`B
f(8
!:`"
1/`2
tPPte
PPt``tppt"
\)AF
!L_"
0(A"A
0(u"A
kD i[
78=B
O_e~
-_eM
!=_"
$_eO
@3 2B
g+ &bE
g' 8
6i'gf
647g1 (
fH),
y] *
f<Wg9
J] *
AE]@w
)] *
\:2(
!PZ"U
D@3 2B
3 00t|
/1*\2
Bh:2
BC# l
@@t``t&F
D @@tgh
0D @@t
\%F
D @@t
D @@t-
b((! \
BC&BC'
$@B
Qh[
BC&BC'
AY[
"C&"C'
@@tPPt
+!I["
&bC"BC#"C
!7["
tB
`@t@"
"Cq
"Cq
A([B
$BC!
! &`D BC!&E
RC$A
BC%A
! 5PD BC!
!4["
t%X"
Bb(Rb)bb
AyZB
`U RT@
!pZ"
!kZ"
@t00t
(!WZ"
(!KZ
D BX@
ta
@wh-!
`U RT@
%$+}
e2+m
!oY"
q`Yr
qVYr
qLYr
qEYr
17Y"
"F&"F'(!
1'Y
"F&"F'81
"F&"F'
bE2 l
bE9R
+UZ3]
E@@tV
D@3 2B
!*Y"
/f"C"
>Wb%
!HX2
c2b
!3X2
s1*X2
! X"
4 $F
PPt
"YK2YL
@@tPPtppt
!fW"
8!DW"
Q6WR
!%W"
"XK2XL
rJDRJ
!iW"
1zV2
1wV2
)A"Q
!fV2
!FV"
t00t
@@t<
ID"H
"XC"XB|
"i4"i3 2"H
t@@tQkV
D BH
*)fS
00t@@t
V*("
@@t
Y!Y1YAYQ
PXARA
PXARA
QYUR
UpU
f``t
vbC
vbC
1$U2
?10<5:
" t
200t
78.2
!vT"
t1
00tB
Q`TR
u!]T"
!RT"
19T2
UPPtb
tA
@t00t
2ATT
te
AJS2
!8S"
!5S"
!/S"
!#S"
! S"
=K
9: l
00t!
whM l
0D0|
BA~RB
(S *
D@@t
@@t
5 (F
!CR"
BC= l
BB= l
BB= l
H6 l
RBRq"
7b2!
" "X
" "X
" "X
" "X
1jQ2
!_QL
Q2Rq<
(Q"h
00t ;
00t
D@@t
""A
}P2h
A>NBS
*300
"J 9JIZ!jO"Z
c'8
D[Q
D[Q
GNe3
DN%2
*):9J!
&81&H5
!wM*
cMe`
A/M@@
_A,M@@
MA)M@@
A#M@@
!A"M@@
L*((
gLe!
vL%n
jLeo
QhL
?L *
KLL
L,*%
L,*%
L,*e
300t"
(A"C
""S
(A"C
(A"C "
(A"C
(A"C
&45&D9
&bQ
K"Q
)()8)H)X)h)x)
G|es
a0JbT#bQ
T"2DH
00t@@t
PPt0
:1OJ2
!%J"
@C0G
D@@tR
)A)Q)a)q)
d!"A
IIAA
IIQA
IIa|
e2 2
"cD2
I:4
IjDKD
t@@tVs
!~I"
@@tPPt@
fE7[S
Z ACI
00tB
gd(!
eR+
"A "
"A!|
"A""A#!
L"
" tF
tH *
@@tPP
: C2Z
!6H"
00tPPt
JeC
fH/fJ
@@tPPt
2B'
2B'V
2B'
BB'F
BB'F
4AnGB
#41QG2
, K
J300
ADGB
300t
yAYQ
Zwpp
B#= C9
08A2H
z32R
AeFB
HArT
$BZ
B$=
1}E2
xzsp
P0t04
00tPPt``t
@0t`
1 E2
00tB
"Be4
"BeB
RbB
00tb
D@@t
00t2a @@
jb2V
aPDzf
ADDB
pW `X
PPtB
JF@
xJF
P@tR
|ZVP
00tBQ0
Q/ $BQ&A
@BQ(
00tBQ(
RQ%2a
$BZ
BQ"AqCB
R$=
%BQ#
PPtB
JF@
@PtB
|JF@
00t@@
PPt``
)Eei(m
f ba
0pt2
bC^b
4BCb
00t2a
PPtRa
Z300
+72a
B:5R
8ZSR
pU Ra
#EeJ(=
QfBzUR%E
1VB2
jB2!
18B2
Ptpu
G_BQ
P@tR
`PtPD
00t@@
PPtB
00tb
BR(ba
w6@r
$px
D@@tR
QrA
!=A"
00t@@
t00
08A2J
2"Z
t00t
""Z
t00
08A2J
R"Z
Pt00
08A2J
@HABC
t00
08A2J
32Z
@HABJ
R"Z
00t@@
Y!``
+&81"C
*fbU
Je^
G8)fd
&$]&Du"
!'?"
t@@t
f$-"" Q
gb*2
#( 4
**!A>"
00tPPt
300t
t@@
IAPP
``tiQ
!~="
!o=
!v="
!r=""
!l="
a r
-!c="
!U="
hAbW
Zb``
bG6p
A:=B
j Vz
!2="
8%S&Vz
"!eV
PPt
-
t00
"!%2
A\<J"
1O<2
!@<"
j!2<"
xA
Z< :
@@t2
q::0V
P0t04
xA
@@tBa
pt hAp
+1z;2
11n;2
!L;"
@t
P0t@
@t@3 V#
R"J1
00t `t
Z; :
`t`U
RB12B22
00t `t
`t`U
RJ12J2R
RJ0
:ZVX
00t `t
SPPt
5,AD:B
17:2
RJ12J2R
X2f3
00t Pt
w: :
h @i
`@tP
PtPD
B"J1
%y&
R !
!z9F
z!t9"
D@@t"
ae9F
b<L
$ t
2F1F
D@@tb
1R92
t1F92
B
t@@tPPt``t
t@@t
R
t"A
@t 8A
tP
b l[
ptPPt
ps rT
1F82
t00t
1-82
t b
@@tP7
00t04 w
300tB
A%82
00tB
!P7""
!G7""
D@@t2
6:42
f``t
R !
00t
" t
" t
R 00t0
q@d
)6zx
2B 08A2B
2B 0
08u2B
0 tF
Y!i1yAH
08A2D
+D #
Z32R
!K5"
1?52
!05*
" t
A!5
300tB
``tBA
E5 *
15 *
@@t
0 t0
00t@@tPPt
300t
""CHF
DBCH
00t@@tPPt
300t
""CxF
DBCx
t +
fJ*!
300t
(4 *
@@t`
00tx
1f8,
dBa
dBa
dBa
!-3"
@@t@
300tR
300t
" tR
300t"
@@tR
(!R2"
(!?2"
BB2B
DBB2
!#2"
" t
@@tb
# t
" t
DBB2
# t
" t
300t
t
Bzs
wrF2
D@@tF
UPPt2
`t00tPPt +
%2 :
!t1"
@@tPPt``t
(A"J 2J
08A2J
* 2"Z
r"J
t
u1 *
t,
O1 *
t00
PPt``t
2J 08A2J
@HABJ
t00t
@@tI1PPtYAp@tIQr
(A"J 2J
08A2J
(1"J
(A"J
(Q"C
pxArC
PXARC
@HABC
@(A"C
(A"C
(!"C
(A"C
* 2"Z
* 2"Z
(A"J 2J
08A2J
@HABJ
PXARJ
`hAbJ
pxArJ
(A"J
(A"J
"J ,
(A"J
@HABL
(A"J
(A"J
(A"J 2J
08A2J
@HABJ
PXARJ
`hAbJ
pxArJ
(A"J
(A"J 2J
* 2"Z
(A"J
(A"J 2J
08A2J
@HABJ
(A"J
00t@@t
* 2"Z
""J
B"J
PPt``t
(A"J 2J
08A2J
2"Z
@@tPPt``
08A2K
`hAbK
(A"J 2J
(A"J 2J
08A2J
(A"J
(A"J 2J
00t@@tPP
PXARK
(A"J
(A"J 2J
(A"J
(A"J
(A"J 2J
08A2J
@HABJ
(A"J 2J
08A2J
@HABJ
PXARJ
`hAbJ
(A"J
(A"J 2J
08A2J
@HABJ
(A"J
(A"J 2J
08A2J
(A"J
t00tPPt
2J f
"0"
"0"
;"*$"
R0"
* 2"Z
(A"J
(A"J 2J
08A2J
(A"J 2J
08A2J
t]
t00
08A2J BJ
@HABJ
tM
00t@@tPPt
* 2"Z
\r"J
C2J
C2J
c2H
(A"J
@@t;
i"2B 08A
3 2B
00t@@t!|*
RRF)r"b
Qh*R
b2f$
1]*2
DBS\
1X*2
00t!I*
@@tPPt
R"H
08A2B
f# GF
08A2J
PXARJ
`hAbH
08A2J
b)hF
19!)
b8R9X
9b9R
jd2&KB
jdb&KiSB
IbIR
02!a
YrBb
BBH #2B
2RLL
BR_BR9B
BRPBR*
bBY
Rb-Rb
Rb.Rb
2GcR
ZR2E
2Ga %RG`R
"bLR
"bT2B
A7(BR{BR|BRyBRzB
b92B
#2Ru8
2BI2
2BL
2DdB
" t
&[!(
00t@@t
j!]("
i( *
@HABA
T(%\
"X/F
!B("X/
rCdi
'2V{2V|2Vy2Vz2
01A2D
(:"2
z:""
KSWT)
, +
b)Y)
1|'2
2b*2
f$"A0'B
2TaB
(1+'2
1"'BS
2b'2
#2B
Wh" (
B~
:!t&"
08A2J
@HABJ
PXARJ
`hAbJ
:!X&"
k& *
08A2J
l K
:!<&"
P& *
(A"J
!%&
f%;R
08A2D
08A2D
+T08A,
3 2D
3 08A2D
08A2E
KDBR
"9eF
%:"2
l:"(
300t
%:"2
l:"(
300t
$9e1
j1j%2
ZD@@
ptpU
Q6%R
1i!I
G% *
1&%2
, K
1i!I
$% *
&SA}
$z3R
hZ38
f#!2
t1z$2
V* V
1t$2
1j$2
1b$2
1O$2
!L$"
1e$2Rp
!9$*
1E$2R/
B, I
*!&$"
tl
W:qB
URTeF
BRHB
f$%A
RTaB
eZZRTeF
JJBU
B
fZ
00t
J Vz
!p!"
!m!"
!j!"
"T`"
!9#"
`t00
&# *
&22!
+eF
bU`"%
1s"
#Ap"
1k"
af"
"VGF
&'eY
" t
9""X
00t@@t
1+"F
#9%[
"'eh
:"F+
fDBB
"'e;
J"F
"'%*
z1{!2
1w!2
"'%
b! *
}! *
BSHF
f$+2
UPPtg
!p "
1b 2
1_ 2
!J39
&B'"
+ *
&8'!
D~ )
RTnRThRTg
TjbTobTi
RTgR
RThR
D~ (
RTnRThRTgrTprTjbTobTi
Jek
B"d
00tPPt``
B$3&
A91Y!I
"Xa"Xc
2Re2Rd
t RF
RTdRTe0i
RTdRTem
XebUG
2Zc
Z BQ
BCP2
BCQ2%U2eR
t (
&(Q1
GgQQ
p2Q
2VgBVhRVi"!
"Vj " w rF
&(Y1o
0" "D
00t@@
BZnRZobZpF
tl
t00
ZD@@
jUPP
BRgRRhbRi2Rj2
$@3 2B
:D@@
00tl
&($!m
fDA2ZD8
fD 2RDB"
H-gb
"H,!
"%&)
@@t!
")!zfi
dJ38
DBS`AG
fX/1
c2U`fB
&R&!)
#2B$e
<f(
IA00t
<&H-!
t
0t0"
00t
<&h2!9
,;
00t@
<fXT
U'h]
S/A|
$-1o
i/1c
#2Z
#2Z
r"Z
""Ya"
08u2B
% ze
, K
="A."
u"A/
w rH
Pu R
ba"L
00tPPt
) 0*
t (
01A9!8!
2Hz0
H|08u2H}
!!r!"
!$r!%
z 32A42
4,[
: Vj
=fB_
fH "
=fBI X
`k0`U0PD0BB
PD0@
`k0`U0PD0BB
PD0@
`k0`U0PD0BB
P300
`k0`U0P
300402B
00t&
T`"0"E
)*$R
+)*$"
" t
YQYaYqY
1iahA
UPPtP`
tptA
pptw
00t:
PPtJEI!
@@tIAx
PPtYaH
PPtYqh
@@t@
f``t
pptpv
p`ti
pptX
ajlr
UY"h#
qjl
fx3
fi2X3
th2jdi2
JFI2X
ZDI2X
hA`U
HCZTYBHC
``tHBJMIB
QZYx
jDIBx
ZDIBx
fHSr
ppt`d
HSzDIRXS
pptHRJHIR
!Z^h
jDIRx
ZDIRx
fHc
Ppt`d
HczDIbhc
PptHbJHIb
!Z^h
jDIbx
ZVzDIbx
jDIbx
fHsR
PPt`d
HsztyrHs
PPtH
hrjDIrh
ZWjDIrh
ZWjDIrh
jDIr8
JCIr
f bh
H9 l
@@tPP
bCxbCy
bCTbCURD<
j%|
9:IJRj
@<8A?
2A?D
A?L8A?\8A?
2A?H
A?("
A?@9
A?\@
A?$kA?$
A?0C
A?\C
A?hF
A?>C
A?2C
A? uA?4
A?LiA?
A?pD
gA?l
A? C
A? J
A?#
A?8aA?
A?8aA?
A?[
A?80A?
A?\4A?h
?gfff
?@MA?
?@MA?
B?`K
B?HU
B?@MA?H
B?t
B?h B?
@| B?8
B?P B?D
B?
?4 B?
B?jO
?@MA?
B?BO
B?v
B?XL
?@MA?(
B?hK
B?@MA?
B?p"B?@MA?
< B?
B? !B?
?h!B?
!B?,"B?
$B?@MA?
#B?\#B?p$B?
#B?t
#B?P$B? $B?
(B?(%B?
%B?@(B?
@@MA?
%B?UQ
&B?8&B?
&B?\(B?,'B?
3A?t'B?
'B?L
lA?|(B?
(B?$)B?T)B?
)B?X*B?
*B?8+B?
+B? ,B?P,B?
-B?,-B?$5B?p-B?
-B?@.B?
/B?d/B?
/B? 0B?T0B?
81B?L1B?
4B?T1B?
2B?P2B?
3B?L3B?
3B?t4B?
3B?,4B?
lA?@5B?p5B?
?d6B?
7B?\7B?
8B?
9B?L9B?
9B?@:B?
:B?,;B?d;B?
@B?4<B?<<B?
kGB,
^1kh@
DB? EB?
JB?0FB?TEB?
EB?|JB?XFB?
FB? GB?
A?0IB?DIB?\JB?xIB?
IB? JB? JB?
?4JB?
KB?HKB?
KB?dMB?
@0LB?
LB?HMB?
LB?0MB?hHC?
NB?80A?hNB?
?LiA?TRB?0OB?
OB?8aA?
OB? RB?
OB?p_
OB?$PB?HRB?<PB?
?|RB?
@4RB?PPB?
PB?dRB?
RB?dQB?
SB?
?8aA?@SB?
SB?DTB?
TB?l
hB?
lB?8iB?@iB?diB?
?xmB?
`mB?H
@PmB?
iB?<mB?hjB?
lB?dlB?
lB?x
@(mB?
lB?,kB?
0C?PkB?
pkB?
mB? lB?
lB?4
mB?@iB?
mB?
hsB?
nB?TsB?
mB?8
?dtB?
rB?LtB?8tB?
rB?$tB?
(oB?
sB?
LpB?
sB?lqB?|sB?@sB?,sB?
tB?|tB?@iB?
tB?P
wB?8wB?
{B?p
{B?hwB?H
@(|B?
wB?D
xB?4xB?
{B?dxB?|xB?
xB?x{B?xyB?
{B?,zB?
?<zB?d{B?T{B?@{B?({B?
{B?TzB?
{B?hzB?
zB?@
@<|B?
(C?d|B?
4}B?
?l}B?
B?(~B?\
~B?H
B? b
@?|
B?T}
@?h-@?,`@?
B?XL
HAJf
``t0
00t04
@@tP8
D V4
$*''
i!i1iAiQiaiq
t % g
a FK
#Z'
P5 :'
7"'
`h!0/1 f
" t
R '
*):-
39"
39"-
a(")q
`F bb
a)q9
)J9Z
``t
)A)Q)aB
@@t@" V
h2zvh
)A
t@@t
YJ l
00t,
``tp
bG((
"G*"
X!RB?
"G+"!
"G,R
@@t<
00tPPt
IFRF
tPPt``tppt
9:IJRJ
)jeA
@@tPPt``tp
BG RG
(A"G
)*IJ9:
)*IJ9:
9:Yj l
tA
IJe
00tPPta
I6RF
tal
96IF
H :
D@@t1o
ZXXEM
($AH
tPPt
``t
``t h
"aE!
"aE!g
)a!Z
``tppt
t@@t@P
U RZ
@B0"
020!d
B">@3
2b>V#
B">04 2b>
Wh1A6
J9K3
300tF
%K&8
DKD@
300t
t00t@@tP
$Hfr#
D BJ
" t
"",
B qR
00t2
00tA,
00t}
00t2
00t`@tF
" t
00t2
00t-
bah
'rF
JHbD
00tp@t
baU
d``t[
JIrD
00t2
00tM
JIbD
,GrF
d``t[
JHrD
00t2
00tM
"h,!k
t
2b,
#@I BR
#08 2R
hO,L
We<R
ZDKDm
f$7Q
RD
D@@t
@@ta
daz
bD@B
0C !
: Vz
B +@
" t
3:42
RB
t
t@@tPP
``t,J
PPtY
00t
bG
00tP(
t'
9&BF
t@@tPPt
t
t@@tPPt``t
t@@t
2"E$
@@t,
,R"E
``t,
J,l
2"G$
@@tPP
B"G BG
00tP(
t'
@@t``t
"C BC
2"G
00tP$
t'
``tB
2"D
t@@
" tF
*UBU
f``t
fvZ!
t@@
1Y!I
"E "E
1Y!I
tPPt
t
2B 08A2B
@@t
" t
t@@t
t@@t
dYB$\
J32#Y
J32#Z
J3B#Y2
w:"
t@@t@
Y9R
f4FR
t'
"K "K
t@@tPPt
@3 2E
@30B
)A)Q)a"a
t@@t
00tPP
``tpp
@@t
9!YAfT
t@@
PPt``
ppt
I!I1IAIQIaG
rA l
" t
300t
D@@tF
D@@t
j",
"A!(s
%dn]
J"(r
*((r
*#(r
*#(r
JC(t
JB(t
JH(t
J"(r
t@@
PPt``
i1I!Y
oRW R
G bF
$BQ
RQ "Q
U "
PR "
@3 B
04 B
0" "W
"Q""Q
DBa
D@@t
@@t
h[
Jfjb
D@@tF
R(Y7
D@@tF
&#c!i
300tF
00t
D@@t
H
h:19!
C2A
($!D
"a "
&F)!j
f``tbD
PjZa
f``t
00tR
00t@@t
tA"
300t
2B 08A2B
3:42
(<'X
" t
" t
" t
*(9"
08A,
t
b ""Z
R"Z
R()
(("
300t
t00t
t00t
t00t
t00t
2 V
tfj,
<K"
;K"
8"8#
8"83
8"8CL
("(R
agbS!Q
("(R >
8"8c
8"8s
;2R<!
8"2#
WbB!
("""
Z32T
J32V
JUPP
9*I:)ZYJ1
(A"J
(A"H
08A(
t00t
00t@@
(A"H
@HABB
PXA(
t00
08A2H
@HA8
t<
@@tPPtbA
0"0 t
t@@t
E D
t
t00tPPt
pt
t'
*w(7
JBy4jrB
TJ32GTb
:URR
JBy4jB2DTb
jbRV
t
f((1
%9!Y
(qf26
@(t"A
@ u"A
@HuBA
0(t"A
0 u"A
08u2A
t00t@@t
PPt
``t`U VU
,!6
tPPtRa
PtPX
PtPX
RPPt
U V%
9%I5
:eu
2 eV
l ;
2a @t
#02
$ t
'9)!h
3 2B
Ay1i!
#2BD
IJB
BJ 2J
9JYZij
2HE
(A"C
t00t
00t@@tPPt
fxW l
RI{2Iz
U PP
dS l
PD BC
@0" "E
00t
(: l
3 00
3F?
3F)
00t
f#H0
iaXARa
ff9P
8q2UM1
Gpf bE
(+!:
1y!Y
5f#2r
J Vj
@3 2B
00t@@t
00t
V: c
@3 2B
" "Z
" "Z
fb "
@" "C
&"&&
" $
2"A
2"A
C'"C(
&"K!
#0" "A
0" "A
C'"C(!
t[
&2tF%
2AP1_
BAR2
z2AS
:DBa
BAZB
D BZ
P@t2
00t
0
"TS"
"TM(
@@t
``tr
'``D&V
" t
t@@t
@@tV
wi b
f bU
bE<b
f6+
p" B
3 2E
Wb*!M
00tA
@t@H
Wp"
@@t`
@t"
` t'
F,2'
#0" "E
" 3 2E
#0"
0" "U
00t@@t
ptpU
pt@X
U PP
U RV
U RV
/f%DR
t2
P0t0"
B"F
R"F
fr5
@@tPPtRa
H l
f'q!
7b !
Rc:"
"EDF
w rE
Rc:"
"UM<
f0"
t2
0t0" w
0 t2
0 t2
"UM!
f0"
`0t0"
GdQ"
"UM!
0"02
"#"U
`" "U
0" "U
0" "U
*&"/
@@tPPtY
0D BE
3 2Z
3 2Z
00t@@t
"i3F
""47
2b4F
""C
00t
32jK
32jJ
00tPPt
w rF
w pp
w rV
wpptF
rfJr
w rF
w pp
w rV
w rF
w pp
w rV
rfKr
w rF
w rF
IQ2A
@@t
`0tB
t #
00t
32D
#2D
f",1K
""E
@@t2
00t
00t
BXg
PPt``tppt
2TSbD
J300
:D@@
z300
@@tb
:UPP
:800
t0
f bZ
J 2&K2D
2&K08t2D
2&K08u2D
2&K2E
2&K08t2E
2&K08u2E
UPPtR
&5%f
UsRT
W80f&2R
`UsRT
3s2T
" t
0U RB
t@@tPP
t00t
Y:BK|
wpp$rH
t
300t
300t
00tA
0t V
PPtW
300t
&s@{
RA f2W2
fB@"
)1i!"
t00t
* &:
t00tPPt
tBA
dBA
R 3F
h'*fR
(A"A
b WzA
WzA"
+$08A2D
x6Jw2
* &:
t
* &:
pt00t@@t``ti
)!)1)A)Q)a)q)
"A*f$
@@t"
( p$
tPH
@@tG
""A
f:+17
t'
(A"A
(%"A
8t2A
0u2A
(u"A
RF<
(A"J
+D@@t
fB%"
KD@@t
8u*32
*D@@t
* &:&
t00t``t&")1
]
m
""A
08A2A
08A2A
08A2A
2A 2
08A2A
08A2A
#2A
Pt%
t00t@@t%
@0t7
*(
'3v
*(
&"1 R
#0U PPtP
3 2T
J300
3 00
0 tPR RA
08A2A
"X
t%{
0U PPtP
# "T
$BC
)#)3)C)S)c)s1
)#)3)C)S)c)s1
" t
"C#1F
2b:!Z
""S0
"Cp-
R Uc
# t)
" t2
t00t
#2B
32B
t00t
bh: l
2B#-
@@tQ
1*#
2b:7
g v
0s b
D@@t
" tF
0pt1
Ia+2
J"
)q+#
IA;#
00t@
D(06 00t
f'-B!
UPPtH
b( (
00tA
00tA
D@@t
A $
te
00t
3 2J
2B?F
32B?F
ft4!A
BC?"
2B?F
32B?
AY1I!9
32A
A B"A
BL!i
t
t00t
T ) "HTV9
jb l
9!919A9Q9a9q9
t%
t 0$
c #A
D@@t
t@
t@@t
UPPt
B(3f
R(4f
D BU@2
%PD BC
"i5"
" t
t
U RB
""3&
R%4&
$@3 00t -
1I!
f#"%
t@@t
$41e
jj l
w rA
Rf7Q
'h,W
fH (
82`c
3 SF
`hAbH
(A"E
`hAbH
`hAbH
(A"F
06c
*ZZYh
@@tPP
x"Vw
@@tBa
$BQ
DBQ
(A"D
JB@
@t@H
a(Ba
+DBU
2!)BS
e2_"
@@tI
BQ BQ
$BQ
%*_
RJ F
e&_
e#_
@" "C
`" "C
BF/
@@tPP
PPtPX
jDBR
00t@@
@t"
t $
-'j*!\
) t
M `K
@@tm pk
``tg
jD@@
= m k
` tP;
00t7
BF
Q fL
2&H)
#2Q
B42Q
BC3
zJJ@
00tX
2&(<&8w&
Q KU
K0
[&"^
@@t``t&d
f(8b
|*&
00t@@
fv/2
300tB
@@tBa
4HtV
K0
W6Cao
UY!"
""a
Fba
Z"
+DBa
RQ2+
ZDBQ*+
$BQ(Fg
fFBRS
$ "C2
E ""C2(3
RQ)B
@" "C2
JVPw
WG8PJ
"Clf
"S*(
$'!1
:4K3
:4K3
300t2E
:4K3
00t@@
`t`h
00t
&S'f#?2
32J
32J
@@t
BJ B
D@@t"
@@t!
UPPt"
PPtppt
&$(
&D@\%W
&bQ
]
BS-BQ
S,"Q
"A<"A=bQ bQ!"
00dQ@
300t
s2A
CU|z
Cy
&8[f
32A
2HT
2Hx2Hy #2B<F
3 2R
3 2R
K
Jy7h
2B=
C2B=2B<
C2B= S2B<
vBCxB
wBCy #2B<
RCxR
fJ;1
fJ71t
fJ,1-
32B82B72A
3 2R
C2A
B<
2B<
: l
"J+
"J92
"J+
"J92
** l
2B,2
Q +3
K
B. l
" t2
300tG3
z l
t@
,yW9Z
PPt0F
@@t@E g
@U b
`D G
`U W
08A2J
@HABJ
HtBG
@uBG
HtBG
@uBG!
G"82Vs
@@t
%L[2
@@t
@8A2J
@HABJ
htbC
`ubC
XtRC
PuRC
XuRC
: V:
RC&2
00t@@t
BJ!
08A2J
`8A2G
08A2G
htbG
`ubG
hubG!
2B&"
08A2J
HtBB
@uBB
HuBB
@C 2
00t
IAIQIaIqI
C9! #9
:900
JG@@
Jf2F
@8A2F
0XtRF
J300
jD@@
jwpp
G66g
PHtBF
KDBR
zD@@
TB?6A
&" &2
@@t-
TB?4c
?4fB?
UB?x
"" "jg=
r l
/UB?NUB?WUB?cUB?
UB?6A
UB?
UB? u
UB? u
?(VB?
?<VB?
j!el
f#5B$
PVB?
xZjg
x5jg
;D@BA;D
HU;D@BA;D
$@J
VB?6A
300tL
A00$
VB?0=
XB?6
WB?6A
$WB? r
2 HF
" (s)
|WB?T
tWB?
lWB?6A
* K *
#T 2
VrQ(
(TRC
32DM
JaM
`gSRB
PXAbB
32DM
{2 J lbB
`gSRB
PXAbB
`tRQ
U#RC
PXtRF
0<A@
( a
(tjU"C
:6:i2
0& 2
Uj3PP
jU"C
(t"C
EqV
B"A
""OBA
ZD
XB?daB?
XB?6A
t@@tX
tX
?'XB?6
xA07
XA@E
00th
xAQX
00tH
j2#B
(t,K1
(t02
,XB?nXB?6
00tX
8A@3
j7 +H
00t
" t
$Ib|
t
( =
XB?6
@@tY
t00ti
%, `
bQ ba
%RH
2#@bQ
hqbZ
RQ 2D
zr"Q
8q2Z
XB?6A
t':$(
B$C""
)Aj$
JIBZ
H(I:=
H8IJ=
HHIZ=
hA V
hQj"(
q""=
""J
""J
""J
q"HA
&k/,2'
V2+b
""J
` 7(
Ey!=
"q2"
X(YJ=
XhY:=
XXB$\YZ
B$C(r
f(9B
b&CI
Rr'B
""JF)
(CB$
U PPtVe
@(A0"
3 "
YB?,YB?
XB?6A
PQA@@
wW6(
j&Eg
<6W6 <&g
<fg5 <
0hA &
3 "W
)Ai1
,;""
RDNB
r'CH
0HAa
r'CH
:$Kb@
Z)""
RB$B
* ,(
B$C(r
hA18
<2D@
@xA '
f*aH
""\rZ
(A@"
, ""
0hA &
f``tbG
z&*&&:E
B v@&
d""B0
"""2
B$C(
@hAX
@(A1
x')A=
V<R'
jhbZ
Ar'3
2"I(
RR%B
R2#B
f*,0
XB?6a
0XA`U
0HAPD
` (7
tB#
t8
F\B?
]\B?
q\B?
t}
2" 9
0lA00
Jrb)
rb(``
6 &0i
`i ``
T:9
00tb
q76P
8 2#9
tB#
1rq7
?-]B?B
W]B?
]B?6
]B?P
Y^B?
^B?R
tQ
00t)
p8$9A=
%RC
5RC
qX!bC
SMRc!&
`U b
Rc#=
R##PP
`U Rc!=
R##Rc"=
KRSL<ERc
RSN|
@@TPD @@
`g @F
PV @E q
`U @a
`U @c
`e @T
PV p@DPD @@
h1!F
t "
`t0jD
mpU PP
(!)#=
pr B#!"
MJ"A[
""7rS
0f bT
t8
""C
" Q\
!ao
!ao (
""J>
.aB?
&(H "'
b&CRa
kA#
l ;
""CI
) tV
n""I
"'X
`v R&
1f:!H!8
#2J
.gj=
$|
5aB?l
I! d@U PP
f9E,|
!2V*
r'B)
)&)6
#BV%B
tA'hRV!BV&B
SBV$BV#B
HBV'BV(|
$@E BFS
)$)42D
#A*(
8B"#
9M 8
#2R>
bW= 6"A
""BBQ
"WJ
""%
>JC02
((*3h
JZV U
X'0e
X'05
!A8
! %Aq
SRVH"F
J300
+H@3
%1R%0
)q"Q
""BRQ RA
)@"Q
)@RA
i,-
!A"Z
"Y "Y
X& U
2"X
"";rX
pr rF
;aB?,
@@tI
% ,
| [
| [
w pp
,b)I
f+\a
b&%
UPPt
%*Vv
XB?t
ZbB?
PV 05
!Ch*3
S= 8
J !A
bB?
9aIA
@F 04 A
`g @F a
PPt=
qG`pU PP
(Q"D
($1,
QcB?
XB?$
c2A',
t2A&
04 A
"09
3 09 Qs
$05 Qm
b04 AN
@E @@
?VUUU
b&6Ba
bTH
bTJb
:bTI
&1b&0
`k ``
pqArQ
0:
07 qd
07 q]
Y= :
h$jwaa
YHy)
" *"I
b"/iy=
b"1""0)
w pp
-ppD
w pp
Dpy
1+a0"
)AX$Z"Rd
*& 4Q
[P]
\@"
! D
@B !
$ A
$ A
$ A
Zp"
pD '
`g PV PP
cB?<
BQ
IqBQ
R%@bQ
VZ,R
R%#iq
U `U pU a
pe
PV
(q"c
pr PW !c
)AH#J"Bc
""%
cB?@
D@@tV
WdB?
cB?`
:00t
42Bd
R(2Ba
odB?
XB?6a
ZPP
ZPP
b$BB$C
ydB?6A
( |
( "D
dB?6A
ZPP
9;!`
ZPP
" t
+rF[
,G'7
ZPP
";Vy
^ m
ZPP
3 "&
ZPP
j "'
ZPP
ZPP
2"B""C
b "
B#B2#C
B"B""C
Zr&Bb&C
8J00
eB?P
tB
H#G5S
JBQ[
``4x
&):
bA-rA.
l:2
4"F
04t0C
$@3
l00
2"F
(t"
t'8
k"
l
04t0#
#0" "F
t1
@H BA$
@UA@@D2Q
2"B""C
r"J
kf``t
PV a
ZB"B""C
B#B2#C
eB?AeB?6a
q$Wpx
\[&x
tBJ
!@1^
2#+
s2J
S05
R#B2#C
zeB?6A
s2J
PtV
$ )
% )
$ )
0"0X
e!w
rVZ
e1m
t1
PPDR
PPtW
01!7
@Dt@d
`h bA0
! EA D"A1
2"B""C
1.M2Z
s2J
k300t
@t@3
t00
08 2B
2 ZA
f*!8
B#B2#C
D Z!
Z2(C"(B
r&4vB
AVQ@G
4BCr
Z
00t@@tX
DVb
PtM
D@@t
300t
*$ t
eB?6A
XB?8
UPPt
%RA
ZT &F
d"J
6bH<
jbBF=
lBJ
lBJ
|Q,
lBJ
w }\<q
:2BC<
H_)4
fB?6A
t "
t "
t "
fB?6A
fB?6A
t"I,
'4V|
02 00
02 00
08 00
+" t
"I(
+" t
t
'8=fB
tf
'8KfB
'8/
?LgB?
gB?[ZZZ=<<<
EgB?6
DR%(
r' B$
(OrF
J )
"; "
x Dm
XgB?6a
PPt|
'9z)
kgB?rgB?d
@C BH
ygB?6A
U 2h6Bh7RH
"h9-
t
t1
0C "
"KDf2
2a1=
PJB
t2a#
gB?`
rayPP
ra!ra,=
"a*
"a+"a6
"aw"ax
"al"am
"aa"ab
"aV"aW
"aK"aL
"a@"aA
,LRZ
2bM=
rb Ra?
Rb!rb"rbPrbQ
\ k
\ {
Z %
D*((
BF.
!ZAF$
!GAF
D*((
z!zD
z!tD
.D*(
'D!(D)
C*#(
PPDl
PV m
mC!nC)
`C!mC)
AYC@
P`tR
6Q>CR%
Cw8Cf
r(d|
@G }
Bhd`
h"B"
Bf8.&
rB!sB)
AB!jB)
8"hBx2
A(b)Q
0B![B)
$B!&B)
,rW2
EB*((
B!@B)
a#Bjbq"Bg7
q^>pf
|A*((
hA!mA)
\A!kA)
XA:8
C09
IA*(
0A!5A)
A)AJH
-A*((
A*((
@*((
@*((
R004
@*%X
A{@JH
c@'9
(H0"
Y@'9
(8 3
S@!X@)
AL@JH
!G@F
$@!)@)
@ZXX
XAPPu
XAPX5
?:"(
?:48
?:"(
?*#(
?JHH
?*((
?:4H
Qp?:58
Qn?Z3
ae?ZVh
Q[?Z30
aR?ZVX
QE?Z3
<?ZX
Q'?jUX
hezfieb
bE(0
Rd Y
?:"(
?*((
?*((
/?!0?)
b Je
`dc`D
>)!!
>*((
>)!!
>*((
>)!!
00$|
# =
`>!c>)!!h>)
S>!]>)!![>)
9>!<>)!!D>)
pptw
$>!1>)!!/>)
'>zxx
K
# 1
=J38
=J38
=J38
=J38
=J38
=J38
=J38
=J38
=J32#
u=!x=)!!
,x7(
b=!z=)!!x=)
,xG(
F,xG(
J=!c=)!!`=)
,x7(
6=!P=)!!L=)
,xG(
"=!<=)!!8=)
eoH
%zH
<*#8
<*#Q
8P"
%pH
<)!!
<)!!
<)!!
88!9< 3
!x< #
# =
98;9
<)!!+<)
00TB
@@T,u7%
;ZXX
;)!!
,uG%
;ZVX
;)!!
e<H {
;)!!
;)!!
h;!r;)!!
;)!!
ptpD
00t@@t
:;!b;)!!d;)
IQ2A
";!,;)!!M;)
;!<;)!!@;)
;!5;)!!2;)
Iq9Q
:)!!
;)!!
;)!!
:)!!
:)!!
:)!!
:)!!
:)!!
#9E
959U,
X::88
!g:
f3<Ab:2
300t2D
!\:
!V:
C9E
J:*((
+:!,:)!!,:)
:! :)!!
1 908
f"g
""%
808
908
808
908
808
808
"$1\908
"$1S908
2b$1V9
C B (
)CFZ
"%1J908
"$1D908
"$1;908
2b$1>9
C B (
)CFB
"%1c808
808
"$1.908
"$1#908
2b$1&9
C B (
)CF*
"%1K808
808
"$1 908
2b$1
,x'(
8)!!
,x'(
8)!!
8)!!
8)!!
8)!!|8)
U0P"
!X8(
!@8|
,x'(
8)!!+8)
,x'(
7)!!
,x'(
7)!!
&#)&37
(! "
! 7 # =
6)!!
6)!!
6)!!
)$
"($00
"#$@@
6)!!
6)!!
Qb6P
a~6`D
04 M
.6!s6)!!s6)
6!^6)!!^6)
6)!! 6)
b# !A"
!A"
5)!!
5)!!
5)!!
5)!!
5)!!
)#
")# *
3# 3
)#0
1|50
")#
"#@8A@
D# D 1
"##@@
5!X5)!!]5)
4!L5)!!O5)
4!?5)!!A5)
"+# *
)# #
2)#00
@"0
! )! (0
"(#0D
PAAB
PAAB
P!A"
A{4*$
P!A"
At4*$
4!p4)!!p4)
4!e4)!!c4)
{
" "S
1<40
" "S
4)!!
4)!!
)$00
(X`3
3!:3)!!
3)!!|3)
2!R3)!!R3)
H3*((
2)!!.3)
2!!3)!!
2)!!
R2!s2)!!
2"(|
2)!!
!?2
2)!!
2!%2)!!
1_20
1/109
H1e209
H1b209
1!A2)!!A2)
i5Rd
2)!!
@*c)Q
vCJ:hQ7
00tH
hQg$
t'
00tH
t'
*&)a(
yA"!
1*((
:2!v0*#
u0'8
@C!JF,
L ;
%QCM
f4e L
8 < K
t'
0c 2
+f(Ai
PPt``t
0:98
@f bB
h e
``t@X
PPtPV
g8C
P $A"D
Qt/ZR
0tpX
PPtP3
8&'B
Aa/:48
2B(m
00t
b
9A2!
@@t@H
9A(A
BQ"
9Q9a
.*3"!
9Q9a
Qk.Z
Qf.Z
ZRaA.jU
@@t@H
t'
z <
b B ' t
w (
' t
w (
' t
w p
ewB-
X!ZDI
T1&-:20
emBM
-:20
efB=
aB&:
%`Bf
@ t0
t'
2Bp
RDPQm,ZRP
ab,jb
qY,pr
BB(B
BB)B
%8B
+, *
pptpx
ZD $
B +
tf8n
(!*DI
X!Z39
``tP
t'
=B
*i$
@`tAY*JE@
!P*'
Z Vz
e*B2
-* *
*:60
0t08
j"b"!
*3 D
03A9
!P)
!I)
!E)
", 2F
(D
(AGb
4 `
&:"
IVf3 f
1m(9ff
!k()vF
)f)v-
!c(G
f2=!b(G
^(G82
1M(:D
&AF
PCVZ
%EC-
%38
8RJCIR1
'h6i
!`"s
"e.B-
4Ib
bf8#
t
)Q Da
9$949D
@@tI
B?8`@?6A
t1
8B$A
:2 Z
&D(&t+
2 :F
c2B
2B 2B
\32B
<32B
0hubB
08A2B
<c2B rB
@ptrB
@htbB
@PuRB
@HuBB
8 32B
C2B
b"C
B"C
!s%"
Ar%"
k#BC
$BB
S2B
2B ,
fbB
: QJ%
1@%
08A@XA7
17%
!,%2
1 %
$8#G
$X%W
$h&W6
*#fb)
$e5@
%.@%
)!)1"A
)!)1"A
!K$(
2b5!
00tVr
810O1:9
Q_#X
9*I:
A-#H
!#%F
fb*(
!j"*39
!V
$!_""
$fZ)
!D""
!C"J"B
D BB
!D""
!6""
!*(2b
et?%u?e
&s/f3]
0tVC
3 2R#
*:900
!2R*
2R*
3 2R#
2b.BBI
S2R"
Vu2b
rB,r
fg;}
YrRB(BR"
X*Y"X:Y2R
Y2Y"Rb
URB(R
YfiB
2R+2R*Bb
2RF2
2R:8
2b- +
" "S#0
E"#&
IAB"/h
lfhD
#H"G
3H2G
2B32
2R/ 32R62R5|
2R.
2R:1X
R;1X
2b,1W
2b01W
2b1
2b2F
tL
"J,-
2")V
h&(U
B")R
2b)2",
WeHR
URR*B",
J#|2'
#|5W
Bb)2
@3 2R#
2R#2
|t@3
ft)0
RBJf#
R"'VU
&%2b
4PS!b
5jUa
RR6
RR.R
:`UcPQARR;
"0R"2
ZXa]
300t
00t
300t
2"/
300t2BHB
IG36
2BHAo
9*I:)
(+H;
fb=!
$ZDB
$ZD
$ZDB
$ZD
D@@t
f#$Q?
DBE#
D@@t
C5A3
zU B"E#
8A:"
fc?1
J38#
J"(2
*3K3
t2
*$
$:""
#XAZ"
J"<]
fi@17
300t2H V#
300t2H!&C
2H
fb1Q
#HDI3jb
)3)#)
UPPt
" t
" t
" t
$zUR
UPPt
300t
00t7
UPPt
bH$bC
"D$e
00t08
PtPW V
PtVU4
Z3 5RC!
|UPP
Z3XqY
YCY3Y#bC
$zUR
Z3XqY
$Z3R
#ff%
$Z3
$Z3
t
300t
``t
@`t`"
)#A2
I3"C
! b"C
)3)#)
f*Ae
fJd1
GcA1^
@3 Af
DBBIB
PD BZ#AP
I:I*I
(BC,fd
XTYcXdYsXtY
$BC(
HTIc
IsBC(B
!BS!A
S" 5Y
URc X
"c*R
RC1"
0"C0!
P" "SF"SGB
eJ<B
BRIB
@@tP8
00t7
F2"!:
P3 7
P3 2RFB
b 1_
2b!1]
2"!R
32Bo2
/JE@@
BR:F
2R#2
;2R:
2RK
bBnR
5PS!Z32R6@0
bBoBb
3c:400
2RK2
2RK2
/:400
2R:F
b&2"'
2R.F
2R.
2RJ1
2RH2
2"'V
@C 2
V#PS
C#``
3#2R4
e#`b!`D
ZD@@
BR503!:DBR6
:408
HD2D
0XtRD
0PuRD
08u2D
# $@3 2R#1x
*:40:
j>An
:#Qm
3 00
2D 08A2D
J300
J3B"
*ZDG
je1+
`3
3 00
2F 08A2F
:wXD2
0f 2
`c 2
`3 b
0U 2
PS 2
P3 0X
Z300
Z3xDR
Pf R
`e R
`U W
Bb(1
:42b
P3 2D
BR*
`D BE
Bb(0
D b"
$@3 2R#
@3 2R#!1
2"(VC(
Pw R
pu R
pU r
ZDR"
*jUPD
D @@
BE @HABE
*ZD@@
J300
J3B"
# $@3 2R#
'hv8
3 2R#
3 2H
2R#2
3 2R#
@3 2RF2RG
b C9
08s7
2R:2
32RI
2b&F
2b'e
2"'V
2R.2Bn2"-
#|4G
3 2R#
2R.
2"*2#
3#|4G
# $@
R# tI
3 2R#2
\2"&Vc
# $@3 2R#
3 2R#
2"&V
3 2R#
2"&V
d""&V2
@" "C
:400
XtRC
PuRC
XuRC
XtRC
PuRC
XuRC
fhSXcA'
.XsA$
XUPD
fdRX
)X#A
$X3A
VC,1
fdRXcA
.XsA
XUPD
fdTX
*X#A
%X3A
PD BB
#|2'
#|2'
*#|4G
"c)!
WbU"#)
PD BB
""S*"#,
J#|2'
@" "S#!
P3 Q
t
%h:-
0t2B
004
D@@t-
;c`p
z"
g2Og:R%
ZZ;U
<:2"
004V
B? N
B?PM
B?@"
B?80
B?h{
p09Y
l>+k
g&3g
QZ^&
C?\X
8!C?
@, C?
C?@ C?
(C?
?X(C?0(C?
@?D(C?
p(C?
X1C?
2C?(2C?P2C?$8C?d2C?l2C?
@t2C?t
@?x8C?
3C?P3C?
3C? 8C?
4C?D4C?x4C?
4C? 5C?
5C?\5C?
6C?@6C?t6C?
@?$7C?
@?,7C?87C?@7C?H7C?T7C?
8C?(2C?P2C?(9C?@9C?
@@?T9C?
9C?(2C?P2C?
:C?(;C?l;C?
:C?P;C?x
A?0;C?
;C? <C?
4<C?PIC?d<C?
=C?0=C?
<?C?
`=C?
8@C?
pKC?O
pJC?
(s@?
?C?
?C?
1C?(?C?4?C?
>C?pIC?
0>C?
L>C?
d>C?
@HAC?4AC?
AC?[
@LLC?
LC?$MC?`MC?
MC?(2C?P2C?
NC?TNC?(2C?P2C?
NC?tNC?
@`NC?
NC?HOC?
OC?(PC?`PC?
PC?(2C?P2C? QC?
8QC?@QC?hQC?
OC?(PC?
RC?TRC?
RC?<QC?
SC?`SC?XL
YC?4TC?8TC?xTC?
YC?x
UC?HUC?
YC?<VC?
@xVC?lI
VC?8z
VC?t
B?(WC?XWC?L
WC?`
$XC?\XC?
\YC?p
YC?@iB?
|B?L
[C?
(C?$[C?
bC?pbC?\bC?|\C?HbC?D
@4bC?$bC?
\C?,]C?
^C? _C?<_C?
cC?(
@LcC?p
cC?,dC?0dC?ldC?
dC?4eC?p5
@leC?<
eC?tgC?
@TgC?,fC?<fC?
fC?0gC?
fC?6A
PPt0F
@@t@E g
JfJUB
h d
``t0H
@@tG
j"
``tp
G5[
J(')S"
eW8
2"?V
e28
y"y2yBrB
rB,r
rB0
rBDr
rBHq
rb.
rb0
rRprB
%=8
b@bb1a
bb-rR
p2RqB
)Q!i
B\ h
2b@
Bb?2b@2
i!y1 eRA
D@@tF
JBrD`fg
X!Rd
X1Rd
D\:22
00t@@t
3#0R
Pt`4
(u (
8s@"07
()A!
fd-xb
sfdTxbA
.xrA
xbAv
D0@G
1'dtH
919!9
0t08
f``tbA
(h#g
8h3g
8h#F
8h3F
929"9
|uPP
87h@
fh6h
9X3F
9r2B(
0t08
0t08
UPPtRB(BR
8 D@3 2B81
B,fh
"J,-
3 2R#"
3 2R#"
2"'VS
bJ
8t2B
0u2B
<j%/
PhtbD
P`ubD
PXuRD
(t"D
u"D
htbE
`ubE
+jURc
RS.R#
PPtRa
G01AB
05 00t9
IB"&I
D@C
J300
Ec04c0E
@Ec
J300
2RJ8
Crb&
2""H
J32b"2
2RHbRI
S""&
&62%
"
"C (A"C
@3 2R#
PPt GpU
u<uPZ
U PPt
j32T
2RJ
00t0@
D@H
@3 2R#"
@3 2R#"
HJ@@
BRJB""
DBb"
@3 2R#
@3 2R#
B"&I
BRJB"'Bb&
Bb'B
PD BR#
:UZDBb
2b'B
2RJ2
32Bn
3 2R#
3 2R#
2R#-
F0Dcm
,fe
X*Y"X:Y2R
Y2Y"Rb
#LGw
'r"&
&$%r#
@3 2R#
Bb&H
BR#r#
zxpD
d2b']
2RJ2
2R#
*3BC
f4"2
2F 0
08u2F
\32F
@Jcb
R"2 K
:D -<
M<|@
1FmB
J3A`
@E!0?104
M
R"2 ;
:D -<
M<,@
M<|
@E!0?104
:D -<
M<,@
300t
M<l
M<|
300t
@E!0?104
R"22
:D -<
300t
M<|
300t
:"1O
05! /1 #
2"2
jU M<,
2 2"2
0" "J11
l9A,
Ia8qXA(aF
YA)a
+RPP
fHQjdr
v D
V$#
@Gc@@tG
z"
+"
T4@p
@@tKupp
XA@E
IAG2
PPtb!
@@tG
XQ*E
B"2
(R"d
#A"d
" t
fU;2
m
R"2 [
:D -<
M<|@
@E!0?104
M
jU M<l
cs2"2B
XW#"
)% l
ERC
hQ`U
t )
y3V:
@0tB
`@t@3
3 F
@" 3
72w(
'4uX
W4uH!b
@" 3 F
0xtrF
0purF
08u2F
#+BF
2"3
x K
@4 V
B"30
%#3
$BJ
WdV0
""D
"#3F
TA&E
`w b
pv b
yxyh
0c V
&',`
9"2R
PPtYA``tba
;VPP
EYq
hQbE
f ``
2E 0
08u2E
2E 0
08u2E
jj00
jc`0
jc`0
`3000
08A2E
0D 2
@C 2
@3 2a
f iQ
ek2Vj
bE `
`hubE
hXbE
`hubE
f |x
`hAbG
`hAbG
P@tR
PtPD w
@I I
@F I
fu'
YA(A
" t'
M
300t7
fYe
:82#
8"VC
fYt
% TI
ZRR%
Pf R
`e R
`U q
G< j
f iW
ptpx
wpptF
rH<q
H$I89
0S F
pvA&'
pvA&'
%t1
922R
9R9b9r9
2B$9
2B<
PPt``ti
`t`i
h$i!H4I1A
@t@F
Vz+h
PXuRF
PXuRF
X$RF P
F"PXuRF#X4RF$P
F&PXuRF'X
XtRF
PuRF
PXuRF
RF P
PXuRF
X#RF
PXuRF
832F
0XtRF
0PuRF
08u2F
@U B
PT B
PD I
Pf R
`e R
`U Y
Pf R
`e R
`U Y!b
`e R
`U 2
P3 911H
00t05
300tF
ZWR%
ZWR%
ZWR%
ZWR%
PPt``tppt
00t@@t
R"H
""H
" t"H
" t
t 0t
00tL
300tF
x#z2
00t7
:22#
:22#
00tB
@@t@3
:2Y#
:28#
@@t2
P0t7
300t
:2rc
C\ dBC`
:2Rc
t
" t
" t
" t
" t
PsAPP$
i$h3
f i4b
+30cA00$
UPSAYAF
YAq-
YAq+
3 942
2I$
2B% 2 *
2B%"
DH$G
DH4G
YbX"YrX2Y
*(RB$
9"92
JU2E
J(RR
YbX$YrX4Y
J(RB$!
UX%W
UX5W
BB%9R
2B$
t @t
@f B
`d B
`D I
`w b
pv b
pf i
w y1
9T #2D$1
`D b
@F b
@f i
pD r
@G r
@w y
$7lk
UPPt
XeV5 Qe
T#Pc
jcb&
jcb&
jcb&
jcb&
D@@tF
zx9WZ
DBG$ZV
JE UY
jh9Vz
DBF$zU
JE UY
D#Ba
b! jD
ZDbD
&WV&
'rE$qe
SqFK
Jf``
,vG6
@f B
`d B
`D IQb
`w b
pv b
pf iab
`w b
pv b
pf iqb
`w b
pv b
pf i
f``t
bA$a
v@@tr
f``tbA
Z]yU
jh9V
jh Wy
:7 DBC$ZV
:w S9
@f B
`d B
`D I
`w b
pv b
pf i
`w b
pv b
pf i!b
`w b
pv b
pf i1a2
@t@F w
300t
PE 1
D@@t
" t
s8+7
" tF
D@@t
" t
h&'h#
" tF
32B
B$ X
$ V"
"("'
"(2'
300t
300t
3 942
2"49
2"4
x K
@4 V
%<.
%:.
$BJ
@t@J
3H#F
%,.M
PtVE
911d
@t@C
)AIQ
<x'8
8t2B
0u2B
< 8A
bG `h
B"/0
00t <
Z K
0HA!
BB 2B!P8A2B"RB#
l-PZ
PXtPX (
PXtPR 0
eI-
"0
eY-"
"0
eW-0:
08t08 (
08t04 |
0"0
fh2
04Afc
9H#F
9r2B(
0t08
0t08
D@@tBB(2
3 2B9
tFo
tFi
9'hA
2B8|
t0
"J,-
)!IA"
jE@@
)1(AR
,rW2
Pe r
jb``
,Fi!
#2B
b"C
)3!+
b"C
)1(#)A(3)Q"
)!)1
?W6<PuA
`h i
<e'%
PPt-
00t0U
5 UA
PPtPS g
PPtP3 g
PPtW
``tg
(`i bh
``tg
0 eA
ja(FPR Rf
(!R!
(Ab!
?G81@
998$9I849Y2
I#I3ICIS
)A2a
XaP`
C0w ppt
9AYQ8$
8A7c
ZSPP
f847
9T8A
3#2R
P?!P3
`Ptb
G"%fD
&$B"
&A)
&A)
"#0)
"#017
&A)
"#113
&A)
"#2)
ftu(
C$fc
+&D("
D0PD
&!@O1@"
&!@O1@"
@" "C8
BC8Fw
BB3-
BB2-
"DE-
2H"V
P" "D8-
8|uP"
"D8-
@" "S#
"c0
Bc0
Bc1
"c2
/G# 2
@" "C,
"CD
"CE
@" "C8
8|t@"
"C8
8%9!8591
"HF
2HF8
7i)f
9A9Q9a2
@"c1@
Ra
t (
)1)A)Q)a"A
b"A
)1"A )a)Q)A"A
8a2a
2A K
! EP
&#!&3
f" "
t'
pptw
pptw
&!`o1`"
pptw
`t`" w
c(A)
d(a)
)AY1
I!iAY1"
3 2D,
BC,
&CPF$
$ $
" "D,-
00t@
9!I1
pptw
)ARA
yQ)a'
tV"
&8a9
39rV
@3 2B,R
s
00t@@t
4 (F
9!I1YQ
"# `
YSYCY3RC
2HF8
8# (
S"2"
2H82"
7c c2H
2 2"
, D@I
+
00tV
"2B B
D BB,H
x K
+
@3 2B,
Vs)
XcHSG5
PPtB"
8fV#
$@3 00t
3 00t
&`3 00t
IJHIIH
700t
Hc8S7
s ;
@3 2B,F
;
Hc8S7
%PT
pH @@t
t +
,Gh*
x +
P tV
|2"C
|""C
9B8RV
&8[V
,Wh3
fi'H(
H"H4
H"HD
fh+H#
,fi2
G7i
V*#X
b 2a
p#A)A
b 2a
{wp#A)
R a
$e%((eVr
* V:Bb
Vz6a
#Ke`
b 2a
`!T)
f``tW6
@E0@@
``t`
`U0RH
PD BJ
er'
o'2b
$e^'V
0"a(a
2a)
ra*r!)ba)
r!*b!)
e(
b !
$%?'
<e>'
V:*"!
* V:
* Vj
t@@t
V: @
R! W4
``tR! W6
Lb!!`PtW4
!B!RI
B!QI
2a$Ba%ba!ra&
2a&A
0@tBa"
Ba @`t2"
2a#2!"
B! @@tBa'
300tg3
2!'2b
2!02a
2!&2a
2!!2a
2!#9
2! 0
" tF
!$ea
'7R B"F
'7.
f4*+II
sA(
+
b"8g(
"aS
*&X""
*!Y"
p" r
p" R
P" JA)$
$0B!I*Db!HR!GP&0 )
&0*D
:D*!("*D
0r!Cp(
2!Dp
"!E*$
*DBaI
""aE
:fbaH
32aD
zURaG
wraC
`d0`e
`D0JH{Z
DZQX%ZDI
B@pW
M@pg
F@pg
`U0pc
p3 0"
& *%)
aF*$"aB
@B0"!IJ"b!H
F0@K
@F0J"
*!"aN("
A@ 2
C@ r
p30 *A 30"
*!("*3
G@p'
"0psAp"0*3"
*!("*#ZQRaP)%*$r!B
B@pG
M@p7
F@p7
0D0R!CP7
!DPX
P3 :D
@C0Jf
K0@H
@\0ZF
:12aQX#
A@Pe
C@P5
0f0PZAPf0
X)Zf
B@0S
P_003A0U0ZVh*je
i/jD
B@ 2
M@ R
F@ b
`U0 7
!C`j
`c je
jdbaL
@30:
;00:
0[0Z<+
JCBaM
!Ph,
A@`V
C@`F
@U0`jA`U0
H,JUb
D0JEX)ZD
aOI-R!MJ5
D JU
ZSRaM
0D0J
H0@I
@X0ZK;
8,:U
30:5X&Z3
aR9-:Db!M
B@`6
M@`f
= 02
05 :6J
@U0Z
Z0P_
Pj0jXK
!Ox(
A@pg
C@pG
@f0pzApf0
H(Jf
B@pG
@M0psApD0JFh+jD
I-JU
B@0C
M@0s
F@0C
!M0k
!L@L
@F JGZ""aIJEBaE
F@ R
K@ b
I@ R
Pf0j
i0`b
`y0zj[
ZVRaO
!Rx,
C@pW
PZ0pzApU0b!Nx&zU
w0zuX(ZW
aNY+
!OZX
B@@d
M@@t
F@@d
`w0@c
f jw
!LZkbaHzURaD
K@`v
wraC
`b0`l
`"0*({
!Nh-
A@`&
"0`jA`"0
!Ph)j"b
f0j"h*j"
)+*()
B@pg
pu pD
@H JFI
*32aFJBBaB
*!X"
*&H"ZDI"
HuBB`
@uBBa
HtBBb
HuBBd
@uBBe
HtBBf
Vj B
BC B
;(b8c
2#MVC
b "
%y m
R$92$8:U
919Q9A<
1x!z
$>8A7
&C7&
%%(2':>
">Wh+
:(2V
C0" )
:(bV
C0" )
R"Kb"Lr"J
%B"I""H)
t $ V"
"> I
UW8S@
2#MVc
9A2!
">a<
jX5V%
b$:`
%F$
p" `
$r$9
B$=V
0" )
w8cxa
9AxQ9a
f ba
0" )
%$!C
$L%}
B$MV
t0
VH-9
:2)U<
*D(U $
H!(Q'
1(a'
``t0X
PPtPV
R%M@
BfM'
``t0W
PPtPV w
XqPD
ra42a8Ba9Ra6ba72!DR!E
"a+Ra,ba)R!8
b!)jj
!+:<
:%#
2a`B"
Z9XR
h6fv
XuVE
XRf5
X5fu
jcL
X'PSAY
EYDX
ZVY$
!`b(
iThGi4
hTi$
$jhi$h
PZfbadhD
PZfbachD
8"B!
J32a
r!$2!%W
5&R"
&"7f
83fs
2b0-
""0JB
2b
h &(
"'|4@
$BM
f%0 32B
929"9
2b%
32bp
#(C
0" )
0" )
"(2"*B"
HS2"*J32b*
D VT
B")BA(H
"B"*@
A+BA,H5f
EfL1
D@@t
"(B"*Jfbb*m
B"*jdbb*
B"*J
KBb*
"(XR
"(B"*R"
X5JURb*
B"%b
bAXB
RAYBAZB"*@XtRA[BA\
"'B"*R"
XTB"*ZDBb*
00tB"*
B%Z"
"&BH
"&BH
"%JHBb%
P8 00t
2%'00
C2#oV#
3B#o
0PuRI
0XtRI
"(+XZ
B$MF
B"(0PuRD
B"(08t2D
2"(B
c2b)2"(
"(B"
3,CF
2b3B"(
K32b*
c2b)
L8"&3L
40D @O
00t@@t
b) (
"(2H
2"(BC
c88R
32" fs.B"
4{37
<, +
\ +
<, +
<, +
B" G
G2" 2#
@T B"+
Rb*B
Bb)P
%Q2%$
@0tB
@t@3
58E0y
2A(8
A+2A,85f
EfL!
300t
j7IA91
`9!y
2! g
2a 8R
H5:DG
xU:7
AYrAZ`xtrA[bA\
w0pU
'2! g
6::2
xVb"
`htbG
`esb
f0`U
8Rf3
k2"!
32b!
2b!F
4:U2
300t2E
D@@tF
:.(R
B """V2
2#pf3
2#'02
pX PPt
R%'PP
Pu
@0t7
27c5<
<< +
""'
% &I
2e"F
*32e
Rf8/&C
f#.(
r\ +
ep!
\ +
z(J)
2b4
PD R
pU r
% +V
D 0#
p" 0}%
D0p"0`u
06A07 PVA040P"0B
J"*U2
0!A D
'A * 07A (0040*'
:5:D2
z$*3+&
(D8T"a
(d8t"a
P.A 3 e
& k
f (0`30
"0`30*'
g00;
0<0`g0:2
j(*D
j4:b
*&*3
,5 f
,5 D
f0 $0
f0@B0Ba
JF
JHBa
j3:42a
>A0
`9 b
0 iA
3 090`h0:<
0jc
wz3+D
J3:f
@<50
2A O
00|0
D @I0070
j=:42a
fjcba
p>A0i
@NA@
0I 7
00<0p
F @I0
;0b!
0:4
fjD+
0l5`
2AB!
`3 @BA o
`d `
00M0
f `h00402a
JF
?:82a
JLBa
`9 n
3 090`h0:;
pR0b!
0ZS
fj3+D
J3:U
0L5@
2Ab!
@3 `bA
00k0
D @I0060
jd
Z4:;2a
P6 ]
`U 0i0PX0
3 060
U0:"
PW0`h0ZR
3:R+D
2A ]
d `k0080
GAp]
U PV0@C02!
:5
*DBa
HJFBa
:22a
[4b!
`.A d
@% I
PD X0@F0
" %0`D0*w
N0R!
@N0 %0JG
zUZB+3
,5 u
L5@b
"A L
S PW0 &0
7ApL
GApm
`D @E0020
% pv *$
zszE2!
p>A0
`: i
0f p9A
3 0:0`h0:
jkj3
0jn
<50
Pl5`
2A e
`3 PBA
00<0 GApe
`D PgAp
f `h0@C0
:6
0p}0
0l5`
l5`i 0
U 2!
. P[ **
1J_
z::fRa
wz"}
hL8\JF
ZSZ"
IM)]b!
XmH}2!
jDJ"
9n)~b!
jDJ"
jDJ"B!
jDJ"
jDJ"
jDJ"
HuBB
@uBB
HtBB
HuBB
@uBB
HtBB
HuBB
@uBB
HtBB
HuBB
@uBB
HtBB
BC B
7BC B
6BC!B
5BC"B
4BC#B
3BC$B
2BC%B
1BC&B
0BC'B
?BC(B
>BC)B
=BC*B
<BC+B
;BC,B
:BC-B
9BC.B
8BC/B"4V
H"C?
pDcI!
@@t@P`PPt@E @GA
@@t7
@P`PPt@E @GA@P`
@@t0UA0`D
8"ZS
@C I
@bA@P
0EA0PD
PQ!P`
U0PP
`e i
2 '
jPP`Y
jPP`Y
V*+ ;
(Qj"
V*
(:1"!
s8$8
)a)1
0rA0`
* Vz
(")!
KDK3F
PD R
PD R
PT Ra
PD R
PD R
PT Ra
PD R
PD R
PT Ra
PD R
PD R
PT Ra
PD R
PD R
PT Ra
PD R
PD R
PT Ra
@V B
@E R
PT Ra
@V B
@E R
PT Ra
@V B
@E R
PT Ra
HBXRP40h206
050:>
":?AW
I@03
:6HB@f0`c
`d0R!
RjoAP
D@`f
jcX20E0@F
JOXBJEQI
O@@D
JF`S0PT
PS0ZY
2Z_qC
J@PU
ZT@v0pu
z3q<
I@03
:5Pt0ps
pt0z{zfq7
D@pw
zs0e0`g
jojDa1
O@@D
JGpc0`d
`c0jmjUa+
J@PU
ZT@g0`e
joj3a%
I@03
:5Pd0`c
jojwa
D@pw
zs0e0`g
jojDa
O@@D
JGpc0`d
jojUa
J@`f
jd@W0PV
PW0ZZZ3Q
I@03
:6`T0PS
Z_ZwQ
D@pw
zs0V0PW
PV0Z\ZDQ
O@@D
JGpS0PT
PS0ZXZfQ
J@`f
jd`T0PW
Z_Z3Q
K@PU
ZVP6004
:?:w1
G@03
:50u0pv
B@@D
JC@s0pu
ps0z~zfq
L@`f
jd`t0ps
pt0z{zUq
K@PU
ZVPv0pt
G@03
:50u0pv
pu0zxzDq
B@@D
JC@s0pu
L@`f
jd`t0ps
K@PU
ZVPv0pt
pv0z|z3q
G@03
:50u0pv
pu0zyzDq
B@@D
JC@s0pu
L@pw
ztpd0`c
jojUa
K@PU
ZWPg0`d
joj3a
G@03
:50e0`g
`e0jmjDa
B@@D
JC@c0`e
`c0jjjwa
L@pw
ztpd0`c0jkjUa
L@`f
jg`W0PT0
Z_Z3Q
E@03
:60V0PW0
Z_ZDQ
@@@D
JC@S0PV0Z\ZwQ
I@pw
ztpT0PS0
Z_ZfQ
L@`f
jg`W0PT0
Z_Z3Q}
E@PU
ZVP60070:=:D1x
@@@D
JE@50060
:?:w1s
I@03
:40t0pu0
zfqm
L@`f
jc`s0pt0z~zUqi
E@PU
ZVPv0ps0zyzDqd
@@@D
JE@u0pv0
z3q^
I@03
:40t0pu0
zfqY
L@`f
jc`s0pt0zzzUqT
E@PU
ZVPv0ps0zxzDqO
@@@D
JE@u0pv0
z3qJ
I@03
0ps pt0z
J@`f
0pv ps0z
F@PU
0pu pv0z
A@@D
0pt pu0z
K@03
0ps pt0z
J@`f
0pv ps0z
F@PU
0pu pv0
zyzDq"
A@@D
0pt pu0
zyz3q
K@03
0ps pt0
zyzfq
J@`f
0pv ps0z
F@PU
0pu pv0
zxzDq
A@@D
0pt pu0
zyz3q
K@03
0ps pt0
zxzfq
J@`f
jcba
0pv ps0
zyzUq
F@PU
ZVRa
0pu pv0
zxzDq
A@@D
JEBa
K@03
:42a
"joi"h2:692
BJHIB
RZYYR\
HtBBQ
@uBBR
HtBBU
@uBBV
BC B
R 2a
00t@'
t'
f`aA
PQAPf
PPt@
PPtW
j3`D
2m"!
@(u"A
@(A"A
"a|"a}"a~"a
$c D
I!I1IAIQIaIqI
W8nP
PTcP
Z3PD
"!9)
"!8)
tK3KD
tK3KD
tK3KD
tK3KD
tK3KD
0 t8
@BAI"92
B`bAiRYb
@BAI
y xF
3 *e
1 X"h
H8JI
*f mK
*& M
jH!7
R 2a
")Q7
r 2a
9!(A)
tzs"
j V:
;
fB#!
,($g
,(47
@I0BC
" 4
D0BC
42
300t2H
302D
t $
@@t`(
302G
4r
@DA
@@tG
IQH!IaH1Iq
w0rF
J,"
J8`"0"C
*'(/
z!P|*
j!E|*
]
j!.|*
]
!x{F
z!b{*
j!:{*
fe(
b Ra
KRYA
0htbD
+d2D
xtrF
xtrF
tB
00t7
!"z*
R b
!vyF
P t@
XxXu
%XxX
xwx'
f9 xxx7Y
xxxG
xxxWY
xxxg
tVh fy
RxF4
KxF-
2(bF
x:88
x921
x9B
x921
x9B
x921
x9B
x921
x9B
x"y1
:")1
Ba$Ra%ba&ra'
Ra
a1 H
f``tbG
b!0VV
ra<
yAyQ H
ra'x"ya
!+%r
(* #A)Q"!
()A
AC@3
0 t"a
z" t
tK)"H
b"H
z" WrB
GrB
:7Z&7
pG
t*3-
29a
@@tI
``tiAb
8A`c
00tH
@@tg
0I PD m
j!ft**
!^t**
j!Wt**
j!Ht**
RRa!
TBa r
00tB
t'
Q@s-
IqYaf
B")&
ZV@g
"")V
+X 'rH
s**F
"!is
2")&
Qje
PT P@`@@tPD @G
D0@@tJ
PD0@@t
%P"0 t S
'F
" t 0`00t 3 07A
3000t:D
P"0 t S
" t
&!cr
B")&
zz+ww
ja/rjj
a"qF
a qF
"")V
D0@w
"')&
TJ)R
bATF
`t #
!UpF
!QpF
!OpF
!MpF
2')V
w0p"
74&0D
d'"C
$BC
-74/0D
""' &$"C
b!74%0D
DBC
b74)0D
b74)0D
74D0D
B"3BC
""3[")
74?0D
,4BC
`HtBC
j74O0D
g4P
[J@HtBC
kf74r0D
g4s
fjDK"
@HtBC
(t"C
;$*'KD
+$ (t"C
@ t+bbC
@htbC
pxArH
*)+DrB
+$ (t"C
@ t+bbC
@htbC
/B"(b
xc,
U HQG
DIqB
HA:4
\grH
wtrC
p8tXQ2E
XAz5@3
2b*2
2b)2"(B
QclF
tV
2j2F
!wmF
n +
n +
n +
<, +
<, +
<, +
<, +
" fH
ZBb1
KUB%
J V*AR"
68"f
392H
2b"A
2" ,
<, +
Ll +
<, +
" KsR
*<, +
AwlF
<, +
AqlF
\ +
\ +
pf r
&HW
b#'<
&8"f
0b&'g
AojF
2#!0
!)jF
1Dj-
R%%W
Rf81
R" ZX
16kFo
1&kF_
KfxA`w
Rf8?
DBa
<< +
1CiF
1;i-
fZV:g
zf'5R"(:Ub
3:2"
Hf)V8
=
#oVH
8R&3%8
H3ft
2"( X
2"( DBC
2"(ec
B"(K
B"([
HAJ3k32b*
c2b)2"(
`3 b
`3 b
`c 2
2 ""
:6 mK
0S '6
PP4b
(u"D
u"D
(t"D
(u"D
u"D
(t"D
(u"D
u"D
(t"D
(u"D
u"D
(t"D
9!91
@3 B
@3 B
b@2bA
@AAm
PQA}
@w00f0y
`:29
08t2A
05c
:DVE
D0BC
BbR
@Gc
JfVW
bPbbQF&
jDjUV#
b"PR"Q`}%
iAr"Rb"Sp
phubA
p`ubA
phtbA
PhubA
P`ubA
PhtbA
hA`XuRA `PuRA
`XtRA
w0rF
ZsZb
f0bG
2a r!
@" B
@" B
@B Ba$"
@" B
@" B
@B Ba%"
@" B
@" B
@B Ba&
# ) "a
+ . "a
/ . "a
3 . "a!
7 . "a
; . "a
? . "a
"!#2"
HRxb
K@0#
@h0`e
`d0j"b!
*&*'a1ej"
B@PU
K@ r
wz}zDjD
B@03
K@@t
wz|z
B@ "
wzzzUjU
B@@D
K@Pu
wz{z3j3
K@0s
!$zyz"j"
B@PU
K@ r
!%z~zDjD
B@03
K@@t
!&zyz
B@ "
z~zUjU
B@@D
K@Pu
z3j3
K@0s
zyz"j"
B@PU
K@ r
! z~zDjD
B@03
K@@t
!!zyz
B@ "
z~zUjU
B@@D
K@Pu
zyz3j3
K@0s
z~z"j"
B@PU
Px0ps
px0zy
wjwzD
B@03
0u0pr
pu0zy
wjwz
B@ "
s0pt
ps0zy
wjwzU
B@@D
@r0px
pr0zz
wjwz3
!%`j0`k0
u0pt0zy
O@`f
ba"jwa{djwz"
B@PU
Ps0px0zy
wjwzD
B@03
0r0pu0zy
wjwz
B@ "
t0ps0zy
wjwzU
B@@D
@x0pr0z~
wjwz3
B@PU
B@03
B@ "
wjwzU
B@@D
K@Pu
wjwz3
K@0s
wjwz"
B@PU
K@ r
wjwzD
B@03
K@@t
wjwz
B@ "
wjwzU
B@@D
Ba$B!
t0B!"pt0p
B!$@x0pr0z
}0p|0B!
0B!$
B@PU
K@ r
!$zM
B@03
~0pz0p
0r0pu0z
B@ "
~0py0p
t0ps0z
B@@D
p{0p
@x0pr0z
`n0`
K@0c
w zv
B@PU
b!%`
Ps px
pf jj
B@03
0b!!
0r pu
pf jl
B@ "
0b!
w zv
B@@D
K@Pu
f jg
u pt
pf jj
B@PU
!%b! `
K@ r
f jg
B@03
0r pu
pf j
B@ "
t ps
pf j
B@@D
@x pr
pf j
e `d
`3 :w
B@PU
!$ -0
Pk `h
`3 :w
O@ "
"!!2!(0
0B!%
0b!"
: 05
0" *D
H0"!&@B02!$@C0
? 0;
0" *f
O@@t
!'@N0"!%@B0
< 0:
0" *U
O@@D
Ba"JU
40R!
050b!&060
H @O
@" *U
O@03
2a$:U
p^0"!
PR02!'PS0
; 0<
0" *D
O@PU
Ra%ZD
R!(b!"`E0
! @N0"!
: 08
0" *U
O@@D
B!$@c0R!!`e0
? 0;
0" *D
O@`f
jDQabZDJ
.02!
#0B! $0
L @J
@3 :f
O@ "
"a *fZfj
(0 )0*#
g0"!
`b02!
+0 ,0*#
O@`f
B!"R! P40b!
*0 (0*$
O@03
"!$B!!@20R!(050b!
)0 +0*$
O@03
!%2!
0/0B!
$0R!
<00:0:4
O@ "
60"!
020B!(040
(0 )0*$
O@03
2a&9!:"
e0`m0"!
+0 ,0*#
O@`f
i1j"
2! B!
@#0 '0R!
:0080:4
O@ "
)A*3
2!!B!&@
0R!"
900;0:4
`M02!$@C0@G0
<00:0:5
O@@D
IaJ3
!%@M02!"@C0
80090:5
O@@D
IqJ3
40R!
!$0=0
K0@L0JE
O@03
T0B!
!%P]0
J0@H0JG
O@PU
! pM0
y0p{0z}
O@@D
!!`m0
O@`f
P"0R!
! -0
X0PY0ZW
O@ "
0R!!
`m0B!
`d0R!
Z0PX0ZT
O@`f
-0R!
Y0P[0Z"
O@@D
0b!&
<00:0:"
HuBBT
@uBBU
HtBBV
HuBBX
@uBBY
HtBBZ
BC B
<, +
;=7
<, +
2j2F
R"2&
"3[S
<, +
+3g3
<, +
`U +eG
\ +
!4^F
bn+3
R% Ra
x_F.
`U b
<, +
o_F%
Jrb1
B$qVT
(J&H
@d H$Vt
Bbo
@3 H"
d2"
`U KU7
KTYA2
,U75
Ll +
AJhr
zD;TW3
<, +
AJib
C;TW
<, +
AjXR
Zf+f7
;D8AJC
iaiq
`3 b
)%fH
<, +
%hA:69QM
\l +
+D+3w4
B"2&
b#'2
$8"f
b&'g
48qf
+D+3
DIA8A
Hajd8
"( I
HuBC
@uBC
HtBC
BC&
h4jUB
@htbE
Jg06
2b*2
2b)2"(B
ERb*R$
feb
"(r"*h
R"(r"*zUhAzfbb*
"[Fg
"(R"*h
R"(r"*zUhAzfbb*
b"(r"*pf
HD&D
,DBa
XRf5)R"(b"*
b*jU
R"(b"*
b*jU
5b%o
"(R"*+U(
R$(b
""pf2
""' "
3 VS
""E
{%8Tf3a8
[yzr 9
8t2E
"''19Z02
777+
720xtrH
+x2H
:9+39
28bV
"d*"
"d)"$(2
"$(R!
{5:"X
P8t2B
2$(X
%*#8
yQYAx
7R'o
7r'o
p0t7
< B!
@L00D 2
30@C 2
30@3 0@`04 0?10@t
W8FP
2" :8
Df)6
&i
HR&4
" G9k
5.""
A $
AP[c
b!(""
!%WF
ra`2aaBab2"
2!o9A2!n91
:80
2!o9Ar
:791A
XI!y
1yV-
::<
!5V**
j!*V**
)1IAi!
W(!@B
J"h! &
4!0
p&!*
P$!*
810$
9AIQ
{f`cAjDh
pptpD
D V4
@@T@f
wfG7H
$ `Ht
HAbD
DIA
8A #
t (
$&
<RG2
Vz
PPt0F
@@t@E g
00t"
P t'
!IU'
``ti
pptw
tg
00t"
@ t'
R "
j!'U**
j"`3
@@t
PPtPD V
P#c
" t"C
"**
"*)
(A)!
t $ g
!(A)! ")
! "!2
r!$R!%b!&2!("
00t0" V
6"!(
t (
( "A
" t
)Q)a)q)
" t
p(t"A
*)"a
" t
04c
)!)1)A
" t
ptc"!
)!)1)A
" t
" tw2
)!)1)A
" t
VZ zfzUpD
" t"H
wppt77
" t72
`U0RD
00tB
2a r!
NG80
@HA8
;OG8:
@Hu8
7;V0
ZZ ,
1ARBR
1@R"b
1>R9
1>R9
-
a-Rg
a+Rg
a(Rg
v#`i
g bT
(ApU
zu"$
&%lV
f bS
g8<(
j"`h
- F
Ba"Ra#ba$ra%
Ra#ba$ra%
2# $
@# 2'
1XP0"
PPt\oW
+fbg
+fbg
Z\Rg
,B"g
,B"g
,B"g
,B"g
,B"g
,B"g
,B"g
,B"g
JFB$
JHB$
,B"g
jjBf
,B"g
'6-|h
JC2$
JF2$
,B"g
ji2f
,B"g
jDBg
JE2$
JH2$
,B)((
I"G#
,C9"8
("*32
JJB$
JKB$
,B)((
I"G#
,C9"8
("*32
JHB$
JIB$
,B"g
jjBf
,B"g
'6+|i
JC2$
JF2$
,B"g
ji2f
,B"g
:7
JCR$
JER$
,B)((
I"G#
,C9"8
("*32
'3$|h
JJB$
JKB$
,B)((
I"G#
,C9"8
("*32
t
JHB$
JJB$
,B"g
Z[Be
,B"g
'5)|h
JC2$
JE2$
,B"g
ZY2e
,B"g
:7
JIR$
JJR$
,B)((
I"G#
,C9"8
("*32
'3$|h
JJB$
JKB$
,B)((
I"G#
,C9"8
("*32
Q8J
g<%<
,B"g
,B"g
,B"g
,B"g
,B"g
,DI"H
,DI"(
,B"g
,B"g
)$'*
,B)$B'
)$'*
,B"g
&(jF3
&hhF1
&xeF/
,B"g
,B"g
,B"g
JEB$
JFB$
,B"g
jhBf
,B"g
gb`F
YAiQra
a1C`
Ba )q
F8QR
!~C|
E@" )
G9Y<
Q FY
FhA # )
"! 9
&Cg
'\`c
3 !!
` 04
1vE
eSPB
00tba
xaR!
:t:8
@> V
@C I
BQfD
1zD7
BQ|D
a"0?02a#B!"R!#
0;02a
0DQGD
A4DG
q/D77b
@K0Ba
Dzu0W
2! )
8AS@Q
8A.@Q^C@"
02!9B
t
)!Yqba
cP4
g%X84&#0&35f
HqXA9
(''-3
G*'
f#"H
``D
3 HA
K"72
P `|
)X X
A)!!
"!VX
f(H2"
"8t8
"2$#7"
"2$#7"
85`3
958%j32e
p3000t
Sx3
r""G'
#f#)
00t7
x5zfpD
y5yE@
3F C2b
Q?!R?)!!e?)
.?!/?"a
!B?)
?)!!
>)!!
URb2R#
Rb3R#
=I#8BA
=I38BA
=IC8BA
=IS8BA
=Ic8BA
=Is8BA
82)c"b&
B "
2d/2d,2d-
N8t8
2$,:
!}=F;
B*()
!X=F
"d,2$
32d
#2b
eI"F
= *
=)!!
<)!!
<)!!
x<!y<)!!{<)
3h&V
Ba&Ra'ba(ra)
PPt0'
t % w
;)!!
;)!!
;)!!
y1)!(
)A9Q(
)!(T)
;9!1
q;1r;9!1|;9
pt0h
``tg
&' f
9!912A
c2A
919!9
c2A
919!9
69!
dh$i#H4I3
ra%Y
1YAYQ
3:Ra#
ba$ra%I
I!IAIQ
1yAyQ
VH'
# t"
# t"
t
@ t2
{9*(
0 $'X
# t"
t
"VX""
@ t2
# t"
t
@ t2
# t"
t
Vh "
00t
4 %F
U RS
U RS
!58ZR(
PJd=
YQhRQ
NhAHv
00tW
00tW
8@3 9R(R1
7@3 9R
k@@d
753X
7`U YR
7ZWX
`t`U w
7`U YR
ptpU
7P3 9
00tW
2P3 9R8
0:dXRa
P3 9
7`U YRFc
%RB
Q|7P3
Qs3P3 9
XRao7`U
ax7`U YR
ShRQh7W
00d`S
ae7`3
P3 9
8RQT7P3
QN2P3 9R8
0:dXRaN7`U
XRaE7`U
aO7`U YR
XRa>7`U
aH7`U YR
XRa77`U
aB7`U YR
XRa07`U
a;7`U YRF
PPt
XRa'7`U
a27`U YR
PPt
a&7`U YRF
7`U YR
PPt
7`U YR
PPt
'XRa
6`U YR
6`U YR
PPt
6`U YR
PPt
6`U YR
6`U YR
hA8&
Qm2P3 9
hA8&XaP
6P3 9R8
0:dXRa
hA8&
6P3 9
hA8&XaP
8RQk6P3
Qx6P3 9R8
0:dXRad6`U
z$FS
XRa\6`U
af6`U YR
ptpU
PV PPtR
XRaC6`U
aR6`U YR
q=6pU
q61pU Y
GW7|
aH6ZVX
S2B
#2B
c2B
32B
s2B
a&6`U YR
6P3 9
0P3 9R8
0:dXRa
PPtw
5`U YR
PV PPtR
g%TQ
ERB
5`U YR
ay0g
XRaz5`U
5`U YR
UPPd
qq5pf
PV Y
XRaa5`U
5`U YR
XRaY5`U
a}5`U YR
XRaM5`U
ar5`U YRF-
XR1B57
Q?5P3
Qy2P3 9
8RQ+5P3
Q"1P3 9R8
0:dXRa%5`U
00d`S
P3 9
0P3 9R8
0:dXRa
5`U YRF
4`U YR
4`U YRF
4`U YR
4`U YR
4`U YR
4`U YR
'XRa
4`U YR
4`U YR
PPt
4`U YR
PPt
'XRa
4`U YR
XRau4`U
4`U YR
XRal4`U
4`U YR
4jeR
``tw
XRa^4`U
4`U YRF>
aX4`3
Qw4P3
1P3 9
Qr4P3
Qq4P3 9
Qm4P3
Qm4P3 9
Qg4P3
3P3 9
Qb4P3
Q\4jU
PQe
Z4ZXX
UPPd
PX Y
UPPd
PX Y
UPPd
PX Y
UPPd
4ZXR
UPPd
4ZXR
UPPd
3ZXR
PRtP
3PD IRM
UPPd
3ZXR
UPPd
3ZXR
o3G8
5HRQh3PD
Qj3PD IRM
HR1]37
hA86
AZ3@3
3@3 9
8RAG3@3
3@3 9R8
0:dHRQA3PD
HRQ:3PD
Qa3PD IRM
ptpU
Q'3P3
PV PPt01e2
w00d0pt
q]3:78
P3 QC3P3
Q>3P3
QS3P3 9
Q93P3
00t
U8RQ
QE3P3 9R<
`?1i"92<
Q$3P3
Q;3P3 9
Q53P3 9
Q/3P3 9
Q+3P3 9
Q 3P3
PQeY
`3 9
fPhA8F
3`3 9
hA8Fh
2`3 9R8
0:dhRq
2@3 9RH
@3 9
HA8D
2@3 9
A8HH
2@3 9R8
0:dHRqz2pD
8RAc2@3
2@3 9R8
pv ppt
aY2`gc
PPtW
PPtg
ppt
8RA42@3
As2@3 9RH
QX2P3
@3 9
zxzl
AX2@3 9RX
Q=2PD
04 9
f``d
Q2jhb
q:2w
2zfb
f``d
62jhb
f``d
'2jhb
f``d
2jhb
`3 9
`3 9
`3 9
pf i
q}1G7
HRQv1PD
Qy1PD IRH
XRai1`U
1`U YR
P0tR
PtP3 w
P3 9
P3 9
EP3 9
P3 9
XRaF1`U
aP1`U YR
PtP3 w
P3 9
P3 9
P3 9
EP3 9
XR1"17
A8H
Q 1P3
Q&1P3 9
QS1P3 9R8
0:dXRq
1`U YRF
PRtPptG
Q51P3 9
Q.1P3 9R8
0:dXRq
1`U YR
fS
P3 9RXA8U
8RQb.P3 9R8
P3 9
1P3 9R8
0P3 9
0P3 9
0`U YR
02t0p
fjUf
hAXv
P3 9
hA8v
00tW
8RQm0P3
Qm0P3 2b
0:dXRag0`U
ah0`U
05 9
CaP0g
hAXv
00d`S
aM0`3
P3 9
hA2&
8RQ<0P3
Q;0P3 9R8
0:dXRa50`U
z$F$
pc V
Ca"0g
hAXv
00d`S
a 0`3
P3 9
hA8v
0P3 9R8
0:dXRa
hAXv
}00d`S
P3 9
hA8v
00tW
/P3 9R8
0:dXRa
P_1W9
ZZDpX VUqXR1
XA8e
/P3 9
A8hX
/P3 9R8
0:dXRq
ChRQ
hAXv
00d`S
P3 9
hA8v
8RQo/P3
Qo/P3 9R8
0:dXRai/`U
[00d`S
ah/`3
P3 9
/jeb
XRaH/`U
/`U YR
f#i"`o1i2<CFL
/jUR
`t`U w
XRa+/`U
/`U YRF
U#Po1zu
aW/`U YR
a /`U YRF
h"x2p6
05 00t
05 9
<00d`S
P3 9
/P3 9R8
0:dXRa
P_1W7
XZD`Y
.`U YR
&hA8f
.P3 9
hA8fX
.P3 9R8
0:dXRa~.`U
XRaq.`U
a|.`U YR
XR1j.7
Qi.P3
.P3 9
8RQW.P3
.P3 9R8
0:dXRaQ.`U
z$F@
iaF=
YqF.
,CF'
iaiq
IaIqH
X!Zfi
hAX6
00d`S
P3 9
hA86X
-P3 9R8
0:dXRa
hAXF
00d`S
P3 9
hA8FX
-P3 9R8
0:dXRa
00d`S
P3 9
8RQu-P3
Ql)P3 9R8
0:dXRao-`U
hRQh-W
hAXf
00d`S
ad-`3
P3 9
hA8fX
8RQR-P3
-P3 9R8
0:dXRaK-`U
hRQD-W
hAX&
00d`S
aA-`3
P3 9
hA8&XaP
8RQ.-P3
Q;-P3 9R8
0:dXRa'-`U
00d`C
Q)-P3
@3 9
a}-`U YR00d`3
05 9
Hb,
w rU
fc32
RJ(RJ@e
2#3<
78j0
2#39
2#3<
78l0
B"a
2#39
b
2#39
S, *
""5@
RJ@ez
+)!!
9RIbYri
1W+9
78^0
78^0
!8391 N
\ k
*
#2A
16&
""=0
!"&F
!8391 N
< k
\ k
?)829
$)(A
9!(D)1iA(d)Q(t)a(
b"32
r'6f
!w'"f4!v'"f5
r$3<
pEA
JFx4
w y4B
rd6B
JFH4
5 DI!
1:'9
2"f6|
2"f6|
1''2b41&'2b5 #2b6`
B"f6
p' @(
@t!
""=w
$0 d
J32B
`@@t
B&2B
00t7
) t
"0wb
" "H
" "H
3 2H
3 2B
3 2I
00t@@tPPtppt2B
ps rB
pv rB
#0w
@@tPPtppt2B
y" 'p
@T RB
t
0 t
7 tF
"!&"
("VR
" t*
::00t:
" t*
:400t:
D@@tJAB
D0BE
It (
It (
It 8
'( &"
'( &"'&
B"H
|""H
B"H
3092
&"A|
t 3 V
t 3 V3
t 3
t 3
c""C&
X("
(b&2 fB
@@t
@3c(
)#($"
00t@@
2BFBR"
01AJ30;E@C
""C
2"C
00t
00t
t
" t
00t0
A00$
0" t
3092
"83H4@3092
00t
00t
:"K"F
:"K"
u"C
@@t
t
" tF
08000t"
BBxB
040B
040B
040B
040B
t
%!J":8
" D
M
b2B)
bB rB
2B0
2BH
(A (
'3*,
t- =
"""2
30 #
2b4
2h9Bh:Rh<bh=
`U0P
38C0
38C0
2"'|
3 2b'
2"'|9
3 2b'
9bIr
IbYri
&B &
t&
020@3
( /
KDK3';
t:9
"KD=
00tKD
0"0
&B
t (
8u2B
0u2B
8t2B
8u2B
0u2B
8t2B
` ( /1
2b)Bb*
d&)-
&99&IY"
G3(
D @G
@H BB
`@H @O
@C I
0"0
` ( /
"0
X2b%8
2b)Bb'Rb(
Y(9'
"(2f
R9B
,x'(
,x'(
,x'(
,x'(
,x'(
,x'(
,x'(
"00$
,x'(
,x'(
,x'(
8X t
# =
8h t
# =
,x'(
s&#(&36
,x'(
'c""
C08
VZ3R
,x7(
"'h"
3,t74
+!$
;!
k!
{!
+!
;!
+!
nC?X-
@piC?
kC?5
(iC?`
gC?P
8"9%Y"
H"I'y"
(&)'y&
pptpx
(5)7y5
(#"k
(8"W
8#9"
(")#P
8394`
a9A
I!Ba
XaPJ
hA@F
IAHQPD
h 0i
HRI'yR
H&I'y&
hHRG
8$9R
8#9$
pptw
I!8"V
i!y1@Ht
*'`"
Jw:72b
t*("
tf8 "
, *("
- L
R!
#iaY!=
9QyAi
iQ9Ay1
t00tB
02TK
t"((
t"#(
XsPPu
I8A0
)Q9aIq
B0"
D @
D0BR
@EPT
D BR
0EZ"
302_
0E@C
X/Z$
Hq8a(Q
ti
$@3
``$PV Y
p0$PS Y
p0$PS Rf
PPtW
b@
t00t@@tPPta
00T0
00T0
tA
t1
Xb1J
9A@d VR
: 2"
$ 8c
S 8"8#
Xq05
XR8A7
Ppt
PPtW
PPtW
QJI
:8:w=
#8"8C
@@tG
%c)
5c"&
:D0U
00t7
`ec}
`ec`
jDj3`U
ptPh
``tg
04V3
@04VC
C`PD
91Pe
Pta
t % )Q
Zb0f
U(A'%
iqYAya
HQIqAM
fXA:E'
FIB!K
9$1H
8!:"8
w8R
*3J%'3
J3A?
8t0"
P0tR
rc
Hs@f
0 uB
0(tf
Z%
<Ze
Pt " %
$f(3
+
K
;
PPtV*
`h |
" t
P\!f
09A7
300t
300tf
m V3
?LWB?
XB?6A
%8HR8
: :%
XB?6A
(r t
hu``uV
(r t
(r uVB
WB?6A
08AQ
@3 2R
XB?6A
0@t
:" C'3
XB?0
b&(=V
:""#
[B?6a
t00t@@
f)6"
BVvRf9"f:
XB?6a
t02
CP[0PPt
x8pp
00t@@tPPt
yPPD
Df%p
@t@
PPtpf
t
J200t03
D@@tf$
?L_B?
00t+"
@"
XB?6A
&(L&8Y
3`B?6a
00t@@tPPtx
2G i'RG
4h
PX
"`D @@
;"
&(B&8N
k`B?,H
@QA
%+f4
t0"
""J
B*>V
`B?Y
t@B
UPPt
0;D'
78>
X&x'"
jhq"
?%aB?
XB?H
ps4&'
D&z$
""D<
4&(g
t
t "
04 9
@@t
R"E
'8'"
R"O
t
$
" "H
0<40
?EaB?h
t2#
x&81&HF
% "C
;aB?[aB?
8t:4B
00t&
xQ{
@3 2
00tAI
3Xr9
2Bn2Bs
?haB?N
8"0049A
(I {
@3 00
J8"B$
01A2
$@H
UPPt
,xw8
*R%+
ZR%+
zR%+
H"2"
00tB
J8':4*#1
,r #
@`"
)A $
Wj'2
?1 3
JfcN
)A:2!
)A1
)A1
0" )
>BR>
<BR<
BBRB
CBRC
IBRI
I'PD
'b&(
K&"
J*3!
""W>
S#0!A
!:"
"W?
Dc"
@Bc@@
BW?Y
0" )
AbUA
<bU<
?bU?
BbUB
CbUC
IbUI
;
K
|uPY
RW>"W?
0"c2
# "G
# "G
('K2!
'97G
8!@/1 #
BdB?
cB?`
0t:D@@t
300t
0D @@
cG00t
cB?N
jc9a=
0;Dr
300t:A
DJA00t
@KDG
@oAbB
`h!BB
{ p@
UPP$
800t9Q=
(QVR
)A00t=
4(r]
JWR%
XA8%R
"R%,
KDBA
@@tr
@G |
A@G R
32Hd
PW0H"
r D@E BBr
@I
fB?6A
t*("
fB?6A
P\4W9
")f=
")6=
")F=
P"0`"
gB?@
$a3
fiC=
#QL
bP!G
J!J
?kgB?rgB?6A
(HBXR
c7"c6
)6Bh
"H""H!
4fH5R
Y$ f
pf r!
pf B!
zDQn
;XCfE
|t@E
@E ]
HCfT
@E ]
*U E
Vd'
")C
*U E
*U E
HDBc
f/eB#
X1@@
I,H3
DI3X
0E ]
04 M
)!!Y
)!!B
)!!5
4
4
02!
(2)!
J"At
:8Au
R$) C05 ]
,x78
0D @`
"'k3
(" C0"
8"'c
(" C0"
9d !A;"|
"9$1
R" W:
Z3PD
8" EP3 9"I
z3pD
H" EPD I"9
YQiqR!
@@tw
@d f
``t@7
00t7
pG 0
@t F
@t f
G6ab"
#(Q)
" et
(":")%8
72M(
00`(2:")5
:295f$"
f%ZP
f%<P
392-
r Ba
0f0 f
@$ M
040 3
08 9
P30X
Z(9(
)B74
@@tG
9gIwY
(2K2
2 e
H4H4K
)Q9aIqY
8aHqX
K"72
C0U
Z3KC
K3G3
309
9()C8
#
4 300
UZTR
bb 8
"" 7
U0P_
yQ9A
2b 2b
8383H#G
(2(2
3 9x
(2(2
@3 9
0" 0` 3
i#y3 aA
i#y32
)-9=2
i#y3
8B0
8R0
8b0!
8r0"
920
9B0
9R0!
9b0"
9r0#
KsJwh
DG8H
PD Bg
@t p
@@t@H
``t0W
PPtPV w
ZKE8
a@?
8@?@
(B #
% )F(t
% )z(
G, X
8B03
ZYPP
r % )
XI U
% )I"
( )
"'&fRG
Xr'9
'| lK
RRWg
`" xA
pf q&
*#&8
(I`"
)(3 )
R j(
R&)P
pz rE
t}
w rE
+ )J
pp4@w
px yL
P" )G
W ( )W
hU & )U
2"c"
(an
R&Nf
R'&fU
8@?6A
b$;F
300t@
b(; lK
@M@?
`PtVU
K
|N@?
`@tVT
UYWX
Ge gh
HgKT
*&
Hg*D
4s@?
8@?(
J@?Ds@?
s@?d
t@?$t@?dt@?
t@? {
t@? u@?
@0u@?
Pu@?{
hu@?\H
u@?<X@?
?4v@?
Ba9A%
"a4(
"HCRa:XdPP
Ra7Q
b!4)
Wb6(
"a5f2
B!7
"a6"
"a5&"
pptV*
\,K
!4R)
*9Rk
R!7w
"!5&"
!4"T
rPb!4"&&fR#!
"!6F9
'6.b
'V(
`jS`iS
!4 l
!4 lB!9
!BHA
ra.r!
ra/r!
ra"r!
ra#r!
ra$r!
!4B(9
r(&&W
!4"A
"!4B"9
b!4B&9"
. t'
x"a$"a%"a&"a'"a("a)"a*"a+"a,"a-<
"a"
!4"(9
B-)G
B-&&$
&(;&H
!B"m,
"-&&"
B"&&$
&(* L
$BE
K"A1
b&6rD|
;
"$&&"
+&bJ
Ba@M
"!5`
{*B!5'
% b
& `"
B&
!6KI
!7V8
!8"a:-
!>b)+
!6bh+
!6b))
f3b!<
x2 &`g
!6b(Q7v1
!=bb
xuac
`g iu
xuad
iu n
fT[B
gd("
*&"a5
"!5`b
fY6B
gd%"
*&"a5
"!5`b
JFBa5B
@@t
!4"(:
!4B)&fT4
B!8 $
!8@I
JwrY
r$&&'
%'V9
%2Vi
t "
00tA
fH1:
:5@3
gy
D@@t
G)*An
! 4
tBB
`t!
PPt00t@@t
BG,
@" 2G-
bG.RG1
PX0P
BE,2E-bE.
PR0P
2E-
w 2E1
BE,bE.
`tfF
0x0|
jd 3
jc02
# )J
XJP3
@3 9J2
r # )
# "D
00t2a
@@t
hF`d5
h `ld
Jl@f
Jh@f
@$
< "!
t`ld
Ji@f
`h i
``tg
`tQ
j#`"
JHBa
"0 t
("a#-
2a%=
Af)*
!"2!%
AC"A5
( )
js`w
j#`"
2B( J2B)
(0b!
"""9
@?6A
(B #
3#rB
3;s07
02!2B
JH@@
A01AZ
:4r"
300t:
2B bB
00tB
75vQ
U 8b"
700t03
JER"
00tBB
00tB
75wQ@
U 8b"
700t03
ZVb"
Z3B"
M@B!BB
2A0Pt
00t@@tJ301!2B
``t
U 8b"
700t03
00tRB
``t
700ta
00tRB
@AA7
e ""
JF@B!@`tbB
PPtJE@A!BB
PV RD
00t:""
@?6a
X%VE
z|p
!:fPV
$ )
3H Qd
:fPV
zv:Xp0
:fPV
@?6A
t00t
(42D
)@i
`F f
h`x
hc``
Vzwa
VwQ
8c00
8c00
Z ,
:<00
G*F8B
8B
fckA2
fc3A$
HBb
t@"
ZHa@@
K300
Ai$M
0" 8
;D@B!
i'"e
,@@4
@4fD
0D 1
DBi*
32d+&
Bi)f( H
6KQX
H]`T
;D@B!
8# K
"! r!
* l
* )
('9')
8'i'9
;f`b!
ZX0U
8'AS
$ )
$ )
@0tA
32d(
DBh(A
m \
> M
2#*
m |
* (
b D
K
; *e
t00t
2 dI
t`D
2 dI
, K
< K
\ K
- )
#)3
C&#S
>&$I
,A
&".
'AF
BUe<
f" !
PPt2
8xA+
8xQ!
04 M
04 M
04 M
04 M
PV m
B &c
:2 f
yvq>
xvAU
Iv;E@BAIA
D@Ec
wHAG'
04 M
$ M
B 'c
:2 w
D;% "A'4
"(> $
I!I1
@@t@
0t7
39A
C08c
, M
j3`U
``tP
Ph g
jDj3`U
``tg
XPRt
UPPt
tKDW9
*Tat
xEpR
JUpU
UPPt
r DVB
@ DV2
U@eAg5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment